Skip to content

Commit

Permalink
dropme: override to build just two instead of all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jun 30, 2024
1 parent 833605b commit c5d8410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pipeline {
script {
def targets_string = sh(script: 'make list-targets', returnStdout: true)
def targets = targets_string.tokenize('\n')
def targets = ['ath79-generic','ipq40xx-generic'] // override for testing purposes
targets.each { target_name ->
stage("Build ${target_name}") {
echo "${target_name}"
Expand Down

0 comments on commit c5d8410

Please sign in to comment.