We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2080e1a commit 96f8d67Copy full SHA for 96f8d67
jobs/bootimagebump.Jenkinsfile
@@ -117,7 +117,7 @@ node {
117
s390x=${params.BUILD_VERSION} \\
118
ppc64le=${params.BUILD_VERSION}
119
```
120
- """.replaceAll("(?m)^(?! plume cosa2stream| --| x86_64| aarch64| s390x| ppc64le)\\s+", "").trim()
+ """.stripIndent().trim()
121
shwrap ("""
122
cd installer
123
git add ${RHCOS_METADATA_FILE}
0 commit comments