Skip to content

Commit cee6c13

Browse files
committed
Bump lib version to regex issue
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent 2e85c9e commit cee6c13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jenkins/opensearch-dashboards/integ-test.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* compatible open source license.
88
*/
99

10-
lib = library(identifier: 'jenkins@8.3.2', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.3', retriever: modernSCM([
1111
$class: 'GitSCMSource',
1212
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
1313
]))

jenkins/opensearch/integ-test.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* compatible open source license.
88
*/
99

10-
lib = library(identifier: 'jenkins@8.3.2', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.3', retriever: modernSCM([
1111
$class: 'GitSCMSource',
1212
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
1313
]))

jenkins/release-workflows/release-chores.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* compatible open source license.
88
*/
99

10-
lib = library(identifier: 'jenkins@8.3.0', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.3', retriever: modernSCM([
1111
$class: 'GitSCMSource',
1212
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
1313
]))

0 commit comments

Comments
 (0)