Skip to content

Commit

Permalink
ci: comment PRs with the build status (#17971) (#18053)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 28, 2020
1 parent ec0d29e commit 57a56d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,11 @@ pipeline {
}
}
}
post {
cleanup {
notifyBuildResult(prComment: true)
}
}
}

def makeTarget(String context, String target, boolean clean = true) {
Expand Down

0 comments on commit 57a56d4

Please sign in to comment.