1
0
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:
Christopher Fenner 2018-06-26 13:18:21 +02:00
parent 89d6e13d00
commit a448698427
No known key found for this signature in database
GPG Key ID: 749881F766EA636F

View File

@ -32,9 +32,9 @@ def call(Map parameters = [:]) {
.mixinStepConfig(script.commonPipelineEnvironment, STEP_CONFIG_KEYS) .mixinStepConfig(script.commonPipelineEnvironment, STEP_CONFIG_KEYS)
.mixin(parameters, PARAMETER_KEYS) .mixin(parameters, PARAMETER_KEYS)
// check mandatory paramerers // check mandatory paramerers
.withMandatoryParameter('dockerImage') .withMandatoryProperty('dockerImage')
.withMandatoryParameter('dockerWorkspace') .withMandatoryProperty('dockerWorkspace')
.withMandatoryParameter('snykCredentialsId') .withMandatoryProperty('snykCredentialsId')
.use() .use()
utils.unstashAll(config.stashContent) utils.unstashAll(config.stashContent)