„Jenkinsfile“ ändern

This commit is contained in:
alex 2021-09-12 17:51:51 +02:00
parent 3a9cc79c8a
commit 447fd2d241
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'