mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-11-24 08:32:32 +02:00
fix method name
This commit is contained in:
parent
89d6e13d00
commit
a448698427
@ -32,9 +32,9 @@ def call(Map parameters = [:]) {
|
||||
.mixinStepConfig(script.commonPipelineEnvironment, STEP_CONFIG_KEYS)
|
||||
.mixin(parameters, PARAMETER_KEYS)
|
||||
// check mandatory paramerers
|
||||
.withMandatoryParameter('dockerImage')
|
||||
.withMandatoryParameter('dockerWorkspace')
|
||||
.withMandatoryParameter('snykCredentialsId')
|
||||
.withMandatoryProperty('dockerImage')
|
||||
.withMandatoryProperty('dockerWorkspace')
|
||||
.withMandatoryProperty('snykCredentialsId')
|
||||
.use()
|
||||
|
||||
utils.unstashAll(config.stashContent)
|
||||
|
Loading…
Reference in New Issue
Block a user