Skip to content

Commit

Permalink
Bump lib version to 5.12.0 and remove previous unstable code (#4288)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Dec 14, 2023
1 parent cc12806 commit 14241a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions jenkins/opensearch-dashboards/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* compatible open source license.
*/

lib = library(identifier: 'jenkins@5.11.1', retriever: modernSCM([
lib = library(identifier: 'jenkins@5.12.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand Down Expand Up @@ -884,10 +884,6 @@ pipeline {
node(AGENT_LINUX_X64) {
checkout scm
script {
def findFailedPlugins = buildMessage(search: 'Failed plugins')
if (findFailedPlugins != null) {
currentBuild.result = 'UNSTABLE'
}
closeBuildSuccessGithubIssue(
message: buildMessage(search: 'Successfully built'),
search: 'Successfully built',
Expand Down
4 changes: 0 additions & 4 deletions jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -777,10 +777,6 @@ pipeline {
node(AGENT_LINUX_X64) {
checkout scm
script {
def findFailedPlugins = buildMessage(search: 'Failed plugins')
if (findFailedPlugins != null) {
currentBuild.result = 'UNSTABLE'
}
closeBuildSuccessGithubIssue(
message: buildMessage(search: 'Successfully built'),
search: 'Successfully built',
Expand Down

0 comments on commit 14241a1

Please sign in to comment.