-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added precision for codecov (#17) * Added precision for codecov Signed-off-by: Owais Kazi <[email protected]> * Add standard release pipeline library (#11) * Add standard release pipeline library Signed-off-by: Sayali Gaikawad <[email protected]> * Create publishToNpm library (#21) * Add npm publishing lib Signed-off-by: Sayali Gaikawad <[email protected]> * Add standard release pipeline library with generic trigger (#22) Signed-off-by: Sayali Gaikawad <[email protected]> * Add release workflow and readme (#23) * Add release.yml Signed-off-by: Sayali Gaikawad <[email protected]> * Fix releasing.md (#25) Signed-off-by: Sayali Gaikawad <[email protected]> Signed-off-by: Sayali Gaikawad <[email protected]> * Fix credential type for github bot (#26) * Fix credential type for github bot Signed-off-by: Sayali Gaikawad <[email protected]> * Add untriaged label to new github issues (#27) Signed-off-by: Rishabh Singh <[email protected]> Signed-off-by: Rishabh Singh <[email protected]> * Remove docker check for windows gradle check (#28) * Remove docker check for windows gradle check Signed-off-by: Peter Zhu <[email protected]> * add test results Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Remove docker check for windows gradle check (#28) * Remove docker check for windows gradle check Signed-off-by: Peter Zhu <[email protected]> * add test results Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * upgrade to 1.1.1 with changes in #28 Signed-off-by: Peter Zhu <[email protected]> * Test results Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Owais Kazi <[email protected]> Signed-off-by: Sayali Gaikawad <[email protected]> Signed-off-by: Rishabh Singh <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Owais Kazi <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]> Co-authored-by: Rishabh Singh <[email protected]>
- Loading branch information
1 parent
9db6880
commit dc13286
Showing
65 changed files
with
105 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
ArchiveAssembleUpload_Jenkinsfile.script(groovy.lang.Closure) | ||
ArchiveAssembleUpload_Jenkinsfile.archiveAssembleUpload({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar}) | ||
archiveAssembleUpload.legacySCM(groovy.lang.Closure) | ||
archiveAssembleUpload.library({[email protected].1, retriever=null}) | ||
archiveAssembleUpload.library({[email protected].2, retriever=null}) | ||
archiveAssembleUpload.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
archiveAssembleUpload.echo(Unstashing test-stash-tar before starting the assemble process) | ||
|
@@ -15,17 +15,17 @@ | |
BuildManifest.asBoolean() | ||
archiveAssembleUpload.assembleUpload({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
assembleUpload.legacySCM(groovy.lang.Closure) | ||
assembleUpload.library({[email protected].1, retriever=null}) | ||
assembleUpload.library({[email protected].2, retriever=null}) | ||
assembleUpload.assembleManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].1, retriever=null}) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.readYaml({file=tar/builds/opensearch/manifest.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 33) | ||
assembleManifest.sh(./assemble.sh "tar/builds/opensearch/manifest.yml" --base-url https://ci.opensearch.org/dbc/vars-build/1.3.0/33/linux/x64) | ||
assembleUpload.uploadArtifacts({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
uploadArtifacts.legacySCM(groovy.lang.Closure) | ||
uploadArtifacts.library({[email protected].1, retriever=null}) | ||
uploadArtifacts.library({[email protected].2, retriever=null}) | ||
uploadArtifacts.readYaml({file=tar/builds/opensearch/manifest.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getMinArtifact() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
AssembleManifest_rpm_Jenkinsfile.script(groovy.lang.Closure) | ||
AssembleManifest_rpm_Jenkinsfile.assembleManifest({buildManifest=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].1, retriever=null}) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.readYaml({file=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 123) | ||
|
@@ -92,7 +92,7 @@ | |
) | ||
assembleManifest.buildYumRepo({baseUrl=https://ci.opensearch.org/dbc/vars-build/1.3.0/123/linux/x64, buildManifest=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
buildYumRepo.legacySCM(groovy.lang.Closure) | ||
buildYumRepo.library({[email protected].1, retriever=null}) | ||
buildYumRepo.library({[email protected].2, retriever=null}) | ||
buildYumRepo.readYaml({file=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
BuildManifest.asBoolean() | ||
buildYumRepo.echo(Create yum repo metadata and repo file tests/data/opensearch-build-1.3.0-rpm.yml) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
AssembleManifest_tar_Jenkinsfile.script(groovy.lang.Closure) | ||
AssembleManifest_tar_Jenkinsfile.assembleManifest({buildManifest=tests/data/opensearch-build-1.3.0.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].1, retriever=null}) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.readYaml({file=tests/data/opensearch-build-1.3.0.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 123) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,17 @@ | |
AssembleUpload_Jenkinsfile.script(groovy.lang.Closure) | ||
AssembleUpload_Jenkinsfile.assembleUpload({buildManifest=tests/data/opensearch-build-1.1.0.yml}) | ||
assembleUpload.legacySCM(groovy.lang.Closure) | ||
assembleUpload.library({[email protected].1, retriever=null}) | ||
assembleUpload.library({[email protected].2, retriever=null}) | ||
assembleUpload.assembleManifest({buildManifest=tests/data/opensearch-build-1.1.0.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].1, retriever=null}) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.readYaml({file=tests/data/opensearch-build-1.1.0.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 33) | ||
assembleManifest.sh(./assemble.sh "tests/data/opensearch-build-1.1.0.yml" --base-url https://ci.opensearch.org/dbc/vars-build/1.1.0/33/linux/x64) | ||
assembleUpload.uploadArtifacts({buildManifest=tests/data/opensearch-build-1.1.0.yml}) | ||
uploadArtifacts.legacySCM(groovy.lang.Closure) | ||
uploadArtifacts.library({[email protected].1, retriever=null}) | ||
uploadArtifacts.library({[email protected].2, retriever=null}) | ||
uploadArtifacts.readYaml({file=tests/data/opensearch-build-1.1.0.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getMinArtifact() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildArchive_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildArchive_Jenkinsfile.buildArchive({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar}) | ||
buildArchive.legacySCM(groovy.lang.Closure) | ||
buildArchive.library({[email protected].1, retriever=null}) | ||
buildArchive.library({[email protected].2, retriever=null}) | ||
buildArchive.buildManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar}) | ||
buildManifest.sh(./build.sh tests/data/opensearch-1.3.0.yml -d tar -p linux -a x64) | ||
buildArchive.echo(Stashing builds to assemble later with name: test-stash-tar) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildAssembleUpload_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildAssembleUpload_Jenkinsfile.buildAssembleUpload({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar}) | ||
buildAssembleUpload.legacySCM(groovy.lang.Closure) | ||
buildAssembleUpload.library({[email protected].1, retriever=null}) | ||
buildAssembleUpload.library({[email protected].2, retriever=null}) | ||
buildAssembleUpload.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
buildAssembleUpload.buildManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar}) | ||
|
@@ -14,17 +14,17 @@ | |
BuildManifest.asBoolean() | ||
buildAssembleUpload.assembleUpload({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
assembleUpload.legacySCM(groovy.lang.Closure) | ||
assembleUpload.library({[email protected].1, retriever=null}) | ||
assembleUpload.library({[email protected].2, retriever=null}) | ||
assembleUpload.assembleManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].1, retriever=null}) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.readYaml({file=tar/builds/opensearch/manifest.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 33) | ||
assembleManifest.sh(./assemble.sh "tar/builds/opensearch/manifest.yml" --base-url https://ci.opensearch.org/dbc/vars-build/1.3.0/33/linux/x64) | ||
assembleUpload.uploadArtifacts({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
uploadArtifacts.legacySCM(groovy.lang.Closure) | ||
uploadArtifacts.library({[email protected].1, retriever=null}) | ||
uploadArtifacts.library({[email protected].2, retriever=null}) | ||
uploadArtifacts.readYaml({file=tar/builds/opensearch/manifest.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getMinArtifact() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildDockerImage_Jenkinsfile.buildDockerImage({inputManifest=tests/data/opensearch-1.3.0.yml, artifactUrlX64=opensearch.linux.x64, artifactUrlArm64=opensearch.linux.arm64}) | ||
buildDockerImage.legacySCM(groovy.lang.Closure) | ||
buildDockerImage.library({[email protected].1, retriever=null}) | ||
buildDockerImage.library({[email protected].2, retriever=null}) | ||
buildDockerImage.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
buildDockerImage.echo(Trigger docker-build) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildDockerImage_Jenkinsfile.buildDockerImage({inputManifest=tests/data/opensearch-1.3.0.yml, artifactUrlX64=opensearch.linux.x64, artifactUrlArm64=null}) | ||
buildDockerImage.legacySCM(groovy.lang.Closure) | ||
buildDockerImage.library({[email protected].1, retriever=null}) | ||
buildDockerImage.library({[email protected].2, retriever=null}) | ||
buildDockerImage.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
buildDockerImage.echo(Skipping docker build, one of x64 or arm64 artifacts was not built.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildDockerImage_Jenkinsfile.buildDockerImage({inputManifest=tests/data/opensearch-1.3.0.yml, artifactUrlX64=null, artifactUrlArm64=null}) | ||
buildDockerImage.legacySCM(groovy.lang.Closure) | ||
buildDockerImage.library({[email protected].1, retriever=null}) | ||
buildDockerImage.library({[email protected].2, retriever=null}) | ||
buildDockerImage.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
buildDockerImage.echo(Skipping docker build, one of x64 or arm64 artifacts was not built.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildDockerImage_Jenkinsfile.buildDockerImage({inputManifest=tests/data/opensearch-1.3.0.yml, artifactUrlX64=null, artifactUrlArm64=opensearch.linux.arm64}) | ||
buildDockerImage.legacySCM(groovy.lang.Closure) | ||
buildDockerImage.library({[email protected].1, retriever=null}) | ||
buildDockerImage.library({[email protected].2, retriever=null}) | ||
buildDockerImage.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
buildDockerImage.echo(Skipping docker build, one of x64 or arm64 artifacts was not built.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildDockerImage_Qualifier_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildDockerImage_Qualifier_Jenkinsfile.buildDockerImage({inputManifest=tests/data/opensearch-2.0.0.yml, artifactUrlX64=opensearch.linux.x64, artifactUrlArm64=opensearch.linux.arm64}) | ||
buildDockerImage.legacySCM(groovy.lang.Closure) | ||
buildDockerImage.library({[email protected].1, retriever=null}) | ||
buildDockerImage.library({[email protected].2, retriever=null}) | ||
buildDockerImage.readYaml({file=tests/data/opensearch-2.0.0.yml}) | ||
InputManifest.asBoolean() | ||
buildDockerImage.echo(Trigger docker-build) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
BuildUploadManifestSHA_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildUploadManifestSHA_Jenkinsfile.buildUploadManifestSHA({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64}) | ||
buildUploadManifestSHA.legacySCM(groovy.lang.Closure) | ||
buildUploadManifestSHA.library({[email protected].1, retriever=null}) | ||
buildUploadManifestSHA.library({[email protected].2, retriever=null}) | ||
buildUploadManifestSHA.getManifestSHA({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64}) | ||
getManifestSHA.buildManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, lock=true}) | ||
buildManifest.sh(./build.sh tests/data/opensearch-1.3.0.yml -p linux -a x64 --lock) | ||
getManifestSHA.sha1(tests/data/opensearch-1.3.0.yml.lock) | ||
getManifestSHA.echo(Manifest SHA: sha1) | ||
getManifestSHA.legacySCM(groovy.lang.Closure) | ||
getManifestSHA.library({[email protected].1, retriever=null}) | ||
getManifestSHA.library({[email protected].2, retriever=null}) | ||
getManifestSHA.readYaml({file=tests/data/opensearch-1.3.0.yml.lock}) | ||
InputManifest.asBoolean() | ||
InputManifest.getSHAsRoot(get-manifest-sha-build) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BuildYumRepo_Jenkinsfile.script(groovy.lang.Closure) | ||
BuildYumRepo_Jenkinsfile.buildYumRepo({buildManifest=tests/data/opensearch-build-1.3.0.yml, baseUrl=https://ci.opensearch.org/ci/dbc/test/1.3.0/9/linux/x64}) | ||
buildYumRepo.legacySCM(groovy.lang.Closure) | ||
buildYumRepo.library({[email protected].1, retriever=null}) | ||
buildYumRepo.library({[email protected].2, retriever=null}) | ||
buildYumRepo.readYaml({file=tests/data/opensearch-build-1.3.0.yml}) | ||
BuildManifest.asBoolean() | ||
buildYumRepo.echo(Create yum repo metadata and repo file tests/data/opensearch-build-1.3.0.yml) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
CreateReleaseTag_Jenkinsfile.script(groovy.lang.Closure) | ||
CreateReleaseTag_Jenkinsfile.createReleaseTag({distManifest=tests/data/opensearch-build-1.1.0.yml, tagVersion=1.1.0}) | ||
createReleaseTag.legacySCM(groovy.lang.Closure) | ||
createReleaseTag.library({[email protected].1, retriever=null}) | ||
createReleaseTag.library({[email protected].2, retriever=null}) | ||
createReleaseTag.readYaml({file=tests/data/opensearch-build-1.1.0.yml}) | ||
BundleManifest.asBoolean() | ||
BundleManifest.getNames() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
DetectDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
DetectDockerImage_Jenkinsfile.detectDockerAgent({manifest=tests/data/os-template-1.1.0.yml}) | ||
detectDockerAgent.legacySCM(groovy.lang.Closure) | ||
detectDockerAgent.library({[email protected].1, retriever=null}) | ||
detectDockerAgent.library({[email protected].2, retriever=null}) | ||
detectDockerAgent.readYaml({file=tests/data/os-template-1.1.0.yml}) | ||
InputManifest.asBoolean() | ||
detectDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-v1 (null)) | ||
|
@@ -14,7 +14,7 @@ | |
DetectDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
DetectDockerImage_Jenkinsfile.detectDockerAgent({manifest=tests/data/os-template-1.2.0.yml}) | ||
detectDockerAgent.legacySCM(groovy.lang.Closure) | ||
detectDockerAgent.library({[email protected].1, retriever=null}) | ||
detectDockerAgent.library({[email protected].2, retriever=null}) | ||
detectDockerAgent.readYaml({file=tests/data/os-template-1.2.0.yml}) | ||
InputManifest.asBoolean() | ||
detectDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:centos7-x64-arm64-jdkmulti-node10.24.1-cypress6.9.1-20211028 (-e JAVA_HOME=/usr/lib/jvm/adoptopenjdk-14-hotspot)) | ||
|
@@ -26,7 +26,7 @@ | |
DetectDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
DetectDockerImage_Jenkinsfile.detectDockerAgent({manifest=tests/data/osd-template-1.1.0.yml}) | ||
detectDockerAgent.legacySCM(groovy.lang.Closure) | ||
detectDockerAgent.library({[email protected].1, retriever=null}) | ||
detectDockerAgent.library({[email protected].2, retriever=null}) | ||
detectDockerAgent.readYaml({file=tests/data/osd-template-1.1.0.yml}) | ||
InputManifest.asBoolean() | ||
detectDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:centos7-x64-arm64-jdkmulti-node10.24.1-cypress6.9.1-20211028 (null)) | ||
|
@@ -38,7 +38,7 @@ | |
DetectDockerImage_Jenkinsfile.script(groovy.lang.Closure) | ||
DetectDockerImage_Jenkinsfile.detectDockerAgent({manifest=tests/data/opensearch-dashboards-1.2.0.yml}) | ||
detectDockerAgent.legacySCM(groovy.lang.Closure) | ||
detectDockerAgent.library({[email protected].1, retriever=null}) | ||
detectDockerAgent.library({[email protected].2, retriever=null}) | ||
detectDockerAgent.readYaml({file=tests/data/opensearch-dashboards-1.2.0.yml}) | ||
InputManifest.asBoolean() | ||
detectDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:centos7-x64-arm64-jdkmulti-node10.24.1-cypress6.9.1-20211028 (null)) | ||
|
Oops, something went wrong.