Skip to content

Commit 50a6777

Browse files
committed
Bump lib version to fix qualifier parsing
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent c993a00 commit 50a6777

9 files changed

+9
-9
lines changed

jenkins/opensearch-dashboards/distribution-build.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.2.1', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.0', retriever: modernSCM([
1111
$class: 'GitSCMSource',
1212
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
1313
]))

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

jenkins/opensearch/distribution-build.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.2.1', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.0', 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@7.3.0', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.0', 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.2.0', retriever: modernSCM([
10+
lib = library(identifier: 'jenkins@8.3.0', retriever: modernSCM([
1111
$class: 'GitSCMSource',
1212
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
1313
]))

tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test-without-validation.jenkinsfile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
integ-test.run()
22
integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git})
3-
integ-test.library({identifier=jenkins@8.0.0, retriever=null})
3+
integ-test.library({identifier=jenkins@8.3.0, retriever=null})
44
integ-test.pipeline(groovy.lang.Closure)
55
integ-test.credentials(jenkins-artifact-bucket-name)
66
integ-test.timeout({time=7, unit=HOURS})

tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test.jenkinsfile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
integ-test.run()
22
integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git})
3-
integ-test.library({identifier=jenkins@8.0.0, retriever=null})
3+
integ-test.library({identifier=jenkins@8.3.0, retriever=null})
44
integ-test.pipeline(groovy.lang.Closure)
55
integ-test.credentials(jenkins-artifact-bucket-name)
66
integ-test.timeout({time=7, unit=HOURS})

tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test-without-validation.jenkinsfile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
integ-test.run()
22
integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git})
3-
integ-test.library({identifier=jenkins@7.3.0, retriever=null})
3+
integ-test.library({identifier=jenkins@8.3.0, retriever=null})
44
integ-test.pipeline(groovy.lang.Closure)
55
integ-test.credentials(jenkins-artifact-bucket-name)
66
integ-test.timeout({time=4, unit=HOURS})

tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test.jenkinsfile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
integ-test.run()
22
integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git})
3-
integ-test.library({identifier=jenkins@7.3.0, retriever=null})
3+
integ-test.library({identifier=jenkins@8.3.0, retriever=null})
44
integ-test.pipeline(groovy.lang.Closure)
55
integ-test.credentials(jenkins-artifact-bucket-name)
66
integ-test.timeout({time=4, unit=HOURS})

0 commit comments

Comments
 (0)