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'
|
PROJECT_NAME = 'vn-autoconfig'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage('Checkout') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
util.setEnv()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when {
|
when {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
|
|
Loading…
Reference in New Issue