Jenkins 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
bf8634b3ee
commit
46c8a0f207
|
@ -8,9 +8,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
script {
|
||||
util.setEnv()
|
||||
}
|
||||
setEnv()
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
@ -37,9 +35,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
util.sendEmail()
|
||||
}
|
||||
sendEmail()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue