diff --git a/Jenkinsfile b/Jenkinsfile index 3d932c8..4f30716 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ [ run: { echo "Building packages"; - sh "mkdir -p target/packages && echo 'testpkg' > target/packages/\${DIST}.pkg" + sh "mkdir -p target/packages && echo 'testpkg' > target/packages/\${LAZY_LABEL}.pkg" }, in: [ 'ubuntu-16', 'centos-7', ], on: 'docker', @@ -119,8 +119,6 @@ lazyStage { name = 'publish' - echo "LAZY_BRANCH=${env.LAZY_BRANCH}" - echo "PUBLISH=${env.PUBLISH}" onlyif = ( env.LAZY_BRANCH == 'master' || env.PUBLISH == 'true' ) tasks = [ [