diff --git a/Jenkinsfile b/Jenkinsfile index 0022ecbf..57d84d1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ List TARGETS = ['x86-64', 'ath79-generic'] node { stage ('Build') { - for (arch in TARGETS) {} + for (arch in TARGETS) { node("${arch}-${env.BRANCH_NAME}") { stage('Build') { git branch: env.BRANCH_NAME, url: 'https://git.dezentrale.cloud/alex/gluon-firmware.git'