mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
parent
48e58f04d1
commit
3c86a3c54d
@ -190,9 +190,12 @@ void call(parameters = [:]) {
|
||||
"""--user '${username}' \
|
||||
--password '${password}' \
|
||||
"""
|
||||
dockerExecute(dockerImage: configuration.get('dockerImage'),
|
||||
dockerEnvVars: configuration.get('dockerEnvVars'),
|
||||
dockerOptions: configuration.get('dockerOptions')) {
|
||||
dockerExecute(
|
||||
script: script,
|
||||
dockerImage: configuration.get('dockerImage'),
|
||||
dockerEnvVars: configuration.get('dockerEnvVars'),
|
||||
dockerOptions: configuration.get('dockerOptions')
|
||||
) {
|
||||
|
||||
neo.verify(this, configuration)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user