diff --git a/Jenkinsfile b/Jenkinsfile index 021ed8c2..fcf2ba32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ List TARGETS = ['x86-64', 'ath79-generic'] node { stage ('Build') { for (arch in TARGETS) { - node("target:${arch} && branch:${BRANCH}") { + node { stage('Build') { git branch: BRANCH, url: 'https://git.dezentrale.cloud/alex/gluon-firmware.git' sh 'git submodule update --init --recursive'