From 447fd2d241741891f7f360e1bc0449040013cf41 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Sep 2021 17:51:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EJenkinsfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'