We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8046c7 commit e1f9f71Copy full SHA for e1f9f71
vars/githubPr.groovy
@@ -49,7 +49,7 @@ def isPr() {
49
def getLatestBuildComment() {
50
return getComments()
51
.reverse()
52
- .find { it.user.login == 'elasticmachine' && it.body =~ /<!--PIPELINE/ }
+ .find { (it.user.login == 'elasticmachine' || it.user.login == 'kibanamachine') && it.body =~ /<!--PIPELINE/ }
53
}
54
55
def getBuildInfoFromComment(commentText) {
0 commit comments