Skip to content

Commit

Permalink
perf: change jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 30, 2024
1 parent 1e75834 commit e180432
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,7 @@ pipeline {

apps.each { app ->
dir(app) {
checkout([
$class : 'GitSCM',
branches : [[name: "dev"]],
userRemoteConfigs: [[url: "git@github.com:jumpserver/${app}.git"]]
])
git url: "git@github.com:jumpserver/${app}.git", branch: "${env.branch}"
}
}
}
Expand Down

0 comments on commit e180432

Please sign in to comment.