„Jenkinsfile“ ändern

This commit is contained in:
alex 2021-09-12 17:59:25 +02:00
parent 636546a34b
commit dec9964500
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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