diff --git a/Jenkinsfile b/Jenkinsfile index 7eec9aa..69ce7e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -120,7 +120,7 @@ def currentVersion = readFile(encoding: 'UTF-8', file: 'version.txt') sh "mkdir -p ${env.BUILD_DIR} && echo 'testpkg-${currentVersione}' > ${env.BUILD_DIR}/\${LAZY_LABEL}.pkg" }, - in: [ 'ubuntu-16', 'centos-7', ], + in: '*', on: 'docker', post: { echo "Archiving packages" @@ -175,7 +175,7 @@ }) archiveArtifacts(artifacts: "${env.BUILD_DIR}/**", allowEmptyArchive: false) }, - in: [ 'ubuntu-16', 'centos-7', ], on: 'docker', + in: '*', on: 'docker', ] } @@ -191,7 +191,7 @@ run: { echo "Creating repo with packages" }, - in: [ 'ubuntu-16', 'centos-7', ], + in: '*', on: 'docker', post: { echo "Publishing package repos"