Skip to content

Commit

Permalink
Bump library version to 5.1.0 (#3720)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Jul 10, 2023
1 parent 13a77b6 commit 05f84cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/opensearch/benchmark-test.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib = library(identifier: 'jenkins@4.3.0', retriever: modernSCM([
lib = library(identifier: 'jenkins@5.1.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark-test.run()
benchmark-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git})
benchmark-test.library({identifier=jenkins@4.3.0, retriever=null})
benchmark-test.library({identifier=jenkins@5.1.0, retriever=null})
benchmark-test.pipeline(groovy.lang.Closure)
benchmark-test.timeout({time=24, unit=HOURS})
benchmark-test.echo(Executing on agent [label:none])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
benchmark-test.run()
benchmark-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git})
benchmark-test.library({identifier=jenkins@4.3.0, retriever=null})
benchmark-test.library({identifier=jenkins@5.1.0, retriever=null})
benchmark-test.pipeline(groovy.lang.Closure)
benchmark-test.timeout({time=24, unit=HOURS})
benchmark-test.echo(Executing on agent [label:none])
Expand Down

0 comments on commit 05f84cf

Please sign in to comment.