mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-04 04:07:16 +02:00
Prepare transportRequestRelease for layered tests
This commit is contained in:
parent
5c657f2253
commit
1a32ac46d8
@ -33,7 +33,7 @@ def call(parameters = [:]) {
|
||||
|
||||
def script = parameters?.script ?: [commonPipelineEnvironment: commonPipelineEnvironment]
|
||||
|
||||
ChangeManagement cm = new ChangeManagement(script)
|
||||
ChangeManagement cm = parameters.cmUtils ?: new ChangeManagement(script)
|
||||
|
||||
Map configuration = ConfigurationHelper
|
||||
.loadStepDefaults(this)
|
||||
|
Loading…
Reference in New Issue
Block a user