Skip to content

Commit

Permalink
Update the gradle-check-flaky-test-issue-creation.jenkinsfile with …
Browse files Browse the repository at this point in the history
…new library version (#4805)

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi authored Jun 27, 2024
1 parent 1a62b27 commit 069dce0
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: 'jenkins@6.5.1', retriever: modernSCM([
lib = library(identifier: 'jenkins@6.5.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 069dce0

Please sign in to comment.