Skip to content

Commit 0bc5bcb

Browse files
committed
remove special chars
1 parent d6c876e commit 0bc5bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/bootimagebump.Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ node {
9999
${params.JIRA_ISSUES}
100100

101101
This change was generated using:
102-
\`\`\`
102+
103103
plume cosa2stream --target ${RHCOS_METADATA_FILE} \\
104104
--distro rhcos --no-signatures --name ${params.STREAM} \\
105105
--url https://rhcos.mirror.openshift.com/art/storage/prod/streams \\
106106
x86_64=${params.BUILD_VERSION} \\
107107
aarch64=${params.BUILD_VERSION} \\
108108
s390x=${params.BUILD_VERSION} \\
109109
ppc64le=${params.BUILD_VERSION}
110-
\`\`\`
110+
111111
""".stripIndent()
112112
echo "AR - Create PR | rel - ${RELEASE_BRANCH}"
113113
shwrap ("""

0 commit comments

Comments
 (0)