Skip to content

Commit

Permalink
perf: jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 30, 2024
1 parent e180432 commit 6c2ee2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ pipeline {
stage('Checkout') {
steps {
script {
def apps = EE_APPS

apps.each { app ->
EE_APPS.each { app ->
dir(app) {
git url: "git@github.com:jumpserver/${app}.git", branch: "${env.branch}"
}
Expand Down

0 comments on commit 6c2ee2a

Please sign in to comment.