We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb74df9 commit 12cdc90Copy full SHA for 12cdc90
linux/Jenkinsfile
@@ -340,12 +340,11 @@ def jenkinsStepAlpine() {
340
def apkLabel = "${ApkARCH}&&docker"
341
342
if ("${ApkARCH}" == 'x86_64') {
343
- // apkLabel = 'x64&&dockerBuild'
344
- apklabel = 'dockerBuild&&apkbuild'
+ apkLabel = 'x64&&dockerBuild'
345
}
346
// reallocate jenkins agent per element in list
347
if (ApkARCH == 'x86_64' || ApkARCH == 'aarch64') {
348
- node("linux&&${apkLabel}") {
+ node("linux&&apkbuild&&${apkLabel}") {
349
setup('Alpine', "${ApkARCH}")
350
tool name: 'jfrog-cli', type: 'jfrog'
351
unstash 'installercode'
0 commit comments