We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c1330 commit 219771dCopy full SHA for 219771d
jenkins/opensearch/distribution-build.jenkinsfile
@@ -453,13 +453,13 @@ pipeline {
453
node('Jenkins-Agent-al2-x64-c54xlarge-Docker-Host') {
454
script {
455
456
- echo "env.ARTIFACT_URL_X64: ${env.ARTIFACT_URL_X64}"
457
- echo "env.ARTIFACT_URL_ARM64: ${env.ARTIFACT_URL_ARM64}"
+ echo "env.ARTIFACT_URL_X64_TAR: ${env.ARTIFACT_URL_X64_TAR}"
+ echo "env.ARTIFACT_URL_ARM64_TAR: ${env.ARTIFACT_URL_ARM64_TAR}"
458
459
buildDockerImage(
460
inputManifest: "manifests/${INPUT_MANIFEST}",
461
- artifactUrlX64: env.ARTIFACT_URL_X64,
462
- artifactUrlArm64: env.ARTIFACT_URL_ARM64
+ artifactUrlX64: env.ARTIFACT_URL_X64_TAR,
+ artifactUrlArm64: env.ARTIFACT_URL_ARM64_TAR
463
)
464
}
465
0 commit comments