Skip to content

Commit

Permalink
perf: add code ++
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 29, 2024
1 parent 88e0f89 commit f8bdf97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def tasks = [
"echo 3"
]

def stages = [
def other_stages = [
failFast: true,
"后端构建": {
tasks.each { task ->
Expand All @@ -175,7 +175,7 @@ pipeline {
}
stages {
stage('Build repos') {
parallel stages
parallel other_stages
}
stage('Done') {
steps {
Expand Down

0 comments on commit f8bdf97

Please sign in to comment.