mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Remove useless space from lockIdentifier (#2057)
the space does not contribute to the uniqueness of the lock identifier. Hence the space should be removed. Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
parent
32fd89c664
commit
5e0402c345
@ -213,7 +213,7 @@ void call(parameters = [:]) {
|
||||
configuration.source
|
||||
)
|
||||
|
||||
lock("$STEP_NAME :${neoCommandHelper.resourceLock()}") {
|
||||
lock("$STEP_NAME:${neoCommandHelper.resourceLock()}") {
|
||||
deploy(script, configuration, neoCommandHelper, configuration.dockerImage, deployMode)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user