Skip to content

Commit

Permalink
ci: comment PRs with the build status (#17971)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 28, 2020
1 parent ed7fa2a commit 41b9f86
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 @@ -593,6 +593,11 @@ pipeline {
}
}
}
post {
cleanup {
notifyBuildResult(prComment: true)
}
}
}

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

0 comments on commit 41b9f86

Please sign in to comment.