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 8ec8ccb commit 2080e1aCopy full SHA for 2080e1a
jobs/bootimagebump.Jenkinsfile
@@ -117,7 +117,7 @@ node {
117
s390x=${params.BUILD_VERSION} \\
118
ppc64le=${params.BUILD_VERSION}
119
```
120
- """.replaceAll("(?m)^\\s+", "").trim()
+ """.replaceAll("(?m)^(?! plume cosa2stream| --| x86_64| aarch64| s390x| ppc64le)\\s+", "").trim()
121
shwrap ("""
122
cd installer
123
git add ${RHCOS_METADATA_FILE}
0 commit comments