Skip to content

Commit

Permalink
!5 update .Jenkinsfile
Browse files Browse the repository at this point in the history
Merge pull request !5 from WillQvQ/dev
  • Loading branch information
WillQvQ authored and gitee-org committed Nov 6, 2020
2 parents b747b15 + 6be1e65 commit 3f4cbc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ pipeline {
}
}
post {
always {
sh 'post'
failure {
sh 'post 1'
}
success {
sh 'post 0'
sh 'post github'
}

}
Expand Down

0 comments on commit 3f4cbc1

Please sign in to comment.