Skip to content

Commit

Permalink
Correct the RPM artifact link so docker can trigger correctly (#2007)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Apr 20, 2022
1 parent e3cade3 commit c4ea2c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ pipeline {

String buildManifestUrl = buildManifestObj.getUrl(JOB_NAME, BUILD_NUMBER)
String artifactUrl = buildManifestObj.getArtifactUrl(JOB_NAME, BUILD_NUMBER)
env.ARTIFACT_URL_ARM64_TAR = artifactUrl
env.ARTIFACT_URL_ARM64_RPM = artifactUrl
echo "buildManifestUrl (arm64, rpm): ${buildManifestUrl}"
echo "artifactUrl (arm64, rpm): ${artifactUrl}"

Expand Down

0 comments on commit c4ea2c9

Please sign in to comment.