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 748fa8f commit 82407beCopy full SHA for 82407be
Jenkinsfile
@@ -229,7 +229,7 @@ void ciBuild(buildEnv, String args) {
229
}
230
231
232
- else if ( buildEnv.node && buildEnv.node != 's390x' ) { // We couldn't get the code below to work on s390x for some reason.
+ else if ( buildEnv.node != 's390x' ) { // We couldn't get the code below to work on s390x for some reason.
233
// Pull request: we can't pass credentials to the build, since we'd be exposing secrets to e.g. tests.
234
// We do the build first, then publish the build scan separately.
235
tryFinally({
0 commit comments