Skip to content

Commit 153b152

Browse files
committed
More changes in the replace method
1 parent 0778264 commit 153b152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/bootimagebump.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ plume cosa2stream --target ${RHCOS_METADATA_FILE} \\
138138
"title": "${pr_title}",
139139
"head": "coreosbot-releng:${PR_BRANCH}",
140140
"base": "${RELEASE_BRANCH}",
141-
"body": "${commit_message.replace("\n", "\\n").replace("\", "\\\")}"
141+
"body": "${commit_message.replace("\n", "\\n").replace("\"", "\\\"")}"
142142
}' \\
143143
https://api.github.com/repos/openshift/installer/pulls --fail
144144
""")

0 commit comments

Comments
 (0)