Skip to content

Commit

Permalink
Update the gradle-check-flaky-test-issue-creation.jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jun 26, 2024
1 parent 63db27c commit 73e5795
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* compatible open source license.
*/

lib = library(identifier: '[email protected].1', retriever: modernSCM([
lib = library(identifier: '[email protected].2', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand All @@ -29,7 +29,8 @@ pipeline {
steps {
script {
gradleCheckFlakyTestDetector(
issueLabels: 'autocut,>test-failure,flaky-test'
issueLabels: 'autocut,>test-failure,flaky-test',
timeFrame: '30d'
)
}
}
Expand Down

0 comments on commit 73e5795

Please sign in to comment.