Jenkinsfile refactor
gitea/vn-autoconfig/master This commit looks good
Details
gitea/vn-autoconfig/master This commit looks good
Details
This commit is contained in:
parent
7e185cb724
commit
bf8634b3ee
|
@ -6,6 +6,13 @@ pipeline {
|
|||
PROJECT_NAME = 'vn-autoconfig'
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
script {
|
||||
util.setEnv()
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
when {
|
||||
branch 'master'
|
||||
|
|
Loading…
Reference in New Issue