Skip to content

Commit

Permalink
jenkins: fix another location of post
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Jul 24, 2018
1 parent 66f43c6 commit 4448fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ pipeline {
script {
env.debUpload_result = "SUCCESS" // This will only run if the steps above succeeded
}
post {
always {
bbcGithubNotify(context: "deb/upload", status: env.debUpload_result)
}
}
post {
always {
bbcGithubNotify(context: "deb/upload", status: env.debUpload_result)
}
}
}
Expand Down

0 comments on commit 4448fb6

Please sign in to comment.