mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +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]
|
def script = parameters?.script ?: [commonPipelineEnvironment: commonPipelineEnvironment]
|
||||||
|
|
||||||
ChangeManagement cm = new ChangeManagement(script)
|
ChangeManagement cm = parameters.cmUtils ?: new ChangeManagement(script)
|
||||||
|
|
||||||
Map configuration = ConfigurationHelper
|
Map configuration = ConfigurationHelper
|
||||||
.loadStepDefaults(this)
|
.loadStepDefaults(this)
|
||||||
|
Loading…
Reference in New Issue
Block a user