Skip to content

Commit 96f8d67

Browse files
committed
Add stripIndent
1 parent 2080e1a commit 96f8d67

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
@@ -117,7 +117,7 @@ node {
117117
s390x=${params.BUILD_VERSION} \\
118118
ppc64le=${params.BUILD_VERSION}
119119
```
120-
""".replaceAll("(?m)^(?! plume cosa2stream| --| x86_64| aarch64| s390x| ppc64le)\\s+", "").trim()
120+
""".stripIndent().trim()
121121
shwrap ("""
122122
cd installer
123123
git add ${RHCOS_METADATA_FILE}

0 commit comments

Comments
 (0)