Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Jun 17, 2024
1 parent a6ac0b0 commit f42f5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pipeline {
stages {
stage('Clone on Hera') {
agent {
label 'built-in'
label 'built-in'
}
}
steps {
script {
Expand Down Expand Up @@ -89,7 +90,6 @@ pipeline {
}
}
}
}
def parallelStagesMap = modifiedLabels.collectEntries {
["${it}" : generateStage(it)]
}
Expand Down

0 comments on commit f42f5da

Please sign in to comment.