Skip to content

Commit

Permalink
perf: apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 31, 2024
1 parent 1b1ab53 commit 2653299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pipeline {
stage('Checkout') {
steps {
script {
def apps = CE_APPS + MID_APPS
def apps = EE_APPS + MID_APPS
apps.each { app ->
dir(app) {
git url: "git@github.com:jumpserver/${app}.git", branch: "${env.branch}"
Expand Down

0 comments on commit 2653299

Please sign in to comment.