We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360f03e commit 3402bfaCopy full SHA for 3402bfa
Jenkinsfile
@@ -94,8 +94,7 @@ pipeline {
94
dir('gluon') {
95
script {
96
def targets_string = sh(script: 'make list-targets', returnStdout: true)
97
- def targets1 = targets_string.tokenize('\n')
98
- def targets = ['ath79-generic','ipq40xx-generic'] // override for testing purposes
+ def targets = targets_string.tokenize('\n')
99
def build_stages = [:]
100
101
targets.each { target_name ->
0 commit comments