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 f3be74d commit 7102be4Copy full SHA for 7102be4
Jenkinsfile
@@ -203,7 +203,9 @@ VERSION=${env.VERSION}-SNAPSHOT""")
203
dir("${BASE_DIR}"){
204
notifyBuildResult(prComment: true,
205
slackComment: true,
206
- analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: getFlakyBranch()))
+ analyzeFlakey: !isTag(), jobName: getFlakyJobName(withBranch: getFlakyBranch()),
207
+ githubIssue: isBranch() && currentBuild.currentResult != "SUCCESS",
208
+ githubLabels: 'Team:Elastic-Agent-Data-Plane')
209
}
210
211
0 commit comments