We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3236d46 commit 4e14127Copy full SHA for 4e14127
Jenkinsfile
@@ -249,7 +249,7 @@ void ciBuild(buildEnv, String args) {
249
}
250
251
252
- 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.
253
// Pull request: we can't pass credentials to the build, since we'd be exposing secrets to e.g. tests.
254
// We do the build first, then publish the build scan separately.
255
tryFinally({
0 commit comments