refactor(executeFreeleapsPipeline): clean up whitespace and formatting in the pipeline script
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
9bcd494018
commit
805b051c26
@ -110,7 +110,6 @@ spec:
|
||||
return env.executeMode == "fully" || env.changedComponents.size() > 0
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
configurations.components.each { component ->
|
||||
@ -136,6 +135,7 @@ spec:
|
||||
env.buildAgentImage = buildAgentImage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("${component.name} :: Dependencies Resolving") {
|
||||
agent {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user