Browse Source

update the .Jenkinsfile

tags/v0.6.0
willqvq 3 years ago
parent
commit
850561728b
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      .Jenkinsfile

+ 6
- 3
.Jenkinsfile View File

@@ -36,10 +36,13 @@ pipeline {
} }
} }
post { post {
always {
sh 'post'
failure {
sh 'post 1'
}
success {
sh 'post 0'
sh 'post github'
} }

} }


} }

Loading…
Cancel
Save