diff --git a/Jenkinsfile b/Jenkinsfile index 44418de..3bd5813 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,11 +37,11 @@ // Initialize configuration lazyConfig( - name: 'dummy-jenkins-pl', - dists: ['ubuntu-16', 'centos-7'], - labels: [ default: 'master', docker: 'docker', mac: 'mac', android: 'android', ], - env: [ 'DRYRUN=true' ], - nopoll: '.+_.+', + name: 'dummy-jenkins-pl', + env: [ 'DRYRUN=true' ], + inLabels: ['ubuntu-16', 'centos-7'], + onLabels: [ default: 'master', docker: 'docker', mac: 'mac', android: 'android', ], + noPoll: '.+_.+', ) lazyStage {