Skip to content

Commit 12cdc90

Browse files
committed
Test
1 parent eb74df9 commit 12cdc90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

linux/Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,11 @@ def jenkinsStepAlpine() {
340340
def apkLabel = "${ApkARCH}&&docker"
341341

342342
if ("${ApkARCH}" == 'x86_64') {
343-
// apkLabel = 'x64&&dockerBuild'
344-
apklabel = 'dockerBuild&&apkbuild'
343+
apkLabel = 'x64&&dockerBuild'
345344
}
346345
// reallocate jenkins agent per element in list
347346
if (ApkARCH == 'x86_64' || ApkARCH == 'aarch64') {
348-
node("linux&&${apkLabel}") {
347+
node("linux&&apkbuild&&${apkLabel}") {
349348
setup('Alpine', "${ApkARCH}")
350349
tool name: 'jfrog-cli', type: 'jfrog'
351350
unstash 'installercode'

0 commit comments

Comments
 (0)