diff --git a/Jenkinsfile b/Jenkinsfile index c6a82ad..3d932c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -119,7 +119,9 @@ lazyStage { name = 'publish' - onlyif = ( env.LAZY_BRANCH == 'master' || env.PUBLISH == 'true') + echo "LAZY_BRANCH=${env.LAZY_BRANCH}" + echo "PUBLISH=${env.PUBLISH}" + onlyif = ( env.LAZY_BRANCH == 'master' || env.PUBLISH == 'true' ) tasks = [ [ pre: {