mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Merge remote-tracking branch 'github/master' into HEAD
This commit is contained in:
commit
2a851abdfd
@ -57,7 +57,7 @@ public class TransportRequestReleaseTest extends BasePiperTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
thrown.expect(IllegalArgumentException)
|
thrown.expect(IllegalArgumentException)
|
||||||
thrown.expectMessage("ERROR - NO VALUE AVAILABLE FOR changeDocumentId")
|
thrown.expectMessage("Change document id not provided (parameter: 'changeDocumentId' or via commit history).")
|
||||||
|
|
||||||
jsr.step.call(script: nullScript, transportRequestId: '001', cmUtils: cm)
|
jsr.step.call(script: nullScript, transportRequestId: '001', cmUtils: cm)
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,6 @@ def call(parameters = [:]) {
|
|||||||
.mixinStageConfig(script.commonPipelineEnvironment, parameters.stageName?:env.STAGE_NAME, stepConfigurationKeys)
|
.mixinStageConfig(script.commonPipelineEnvironment, parameters.stageName?:env.STAGE_NAME, stepConfigurationKeys)
|
||||||
.mixinStepConfig(script.commonPipelineEnvironment, stepConfigurationKeys)
|
.mixinStepConfig(script.commonPipelineEnvironment, stepConfigurationKeys)
|
||||||
.mixin(parameters, parameterKeys)
|
.mixin(parameters, parameterKeys)
|
||||||
.withMandatoryProperty('changeDocumentId')
|
|
||||||
.withMandatoryProperty('endpoint')
|
.withMandatoryProperty('endpoint')
|
||||||
|
|
||||||
Map configuration = configHelper.use()
|
Map configuration = configHelper.use()
|
||||||
|
Loading…
Reference in New Issue
Block a user