Skip to content

Commit

Permalink
update the .Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQvQ committed Nov 6, 2020
1 parent b747b15 commit 6be1e65
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 6be1e65

Please sign in to comment.