We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c876e commit 0bc5bcbCopy full SHA for 0bc5bcb
jobs/bootimagebump.Jenkinsfile
@@ -99,15 +99,15 @@ node {
99
${params.JIRA_ISSUES}
100
101
This change was generated using:
102
- \`\`\`
+
103
plume cosa2stream --target ${RHCOS_METADATA_FILE} \\
104
--distro rhcos --no-signatures --name ${params.STREAM} \\
105
--url https://rhcos.mirror.openshift.com/art/storage/prod/streams \\
106
x86_64=${params.BUILD_VERSION} \\
107
aarch64=${params.BUILD_VERSION} \\
108
s390x=${params.BUILD_VERSION} \\
109
ppc64le=${params.BUILD_VERSION}
110
111
""".stripIndent()
112
echo "AR - Create PR | rel - ${RELEASE_BRANCH}"
113
shwrap ("""
0 commit comments