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 c707cd4 commit 8505617
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ pipeline {
}
}
post {
always {
sh 'post'
failure {
sh 'post 1'
}
success {
sh 'post 0'
sh 'post github'
}

}

}

0 comments on commit 8505617

Please sign in to comment.