diff --git a/Jenkinsfile b/Jenkinsfile index 6c36902..50d6d62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ // Initialize configuration lazyConfig( name: 'dummy-jenkins-pl', - env: [ DRYRUN: true ], + env: [ DRYRUN: true, VERSION: '0.0.1' ], inLabels: [ 'ubuntu-16', 'centos-7' ], onLabels: [ default: 'master', docker: 'docker', mac: 'mac', android: 'android', ], noPoll: '.+_.+',