diff --git a/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy b/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy index 9bdff998..3974e1f2 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/SemanticReleasingExecutor.groovy @@ -35,6 +35,7 @@ class SemanticReleasingExecutor { steps.env.GIT_LOCAL_BRANCH = "${branch}" steps.sh """ #!/bin/bash + echo $PATH semantic-release """ steps.log.info("SemanticReleasingExecutor", "Semantic release completed, read latest version from VERSION file")