Skip to content

Commit

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

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

0 comments on commit 5942b96

Please sign in to comment.