Jenkinsfile refactor
gitea/vn-autoconfig/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-30 16:20:40 +01:00
parent 7e185cb724
commit bf8634b3ee
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -6,6 +6,13 @@ pipeline {
PROJECT_NAME = 'vn-autoconfig' PROJECT_NAME = 'vn-autoconfig'
} }
stages { stages {
stage('Checkout') {
steps {
script {
util.setEnv()
}
}
}
stage('Build') { stage('Build') {
when { when {
branch 'master' branch 'master'