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}' \
|
"""--user '${username}' \
|
||||||
--password '${password}' \
|
--password '${password}' \
|
||||||
"""
|
"""
|
||||||
dockerExecute(dockerImage: configuration.get('dockerImage'),
|
dockerExecute(
|
||||||
dockerEnvVars: configuration.get('dockerEnvVars'),
|
script: script,
|
||||||
dockerOptions: configuration.get('dockerOptions')) {
|
dockerImage: configuration.get('dockerImage'),
|
||||||
|
dockerEnvVars: configuration.get('dockerEnvVars'),
|
||||||
|
dockerOptions: configuration.get('dockerOptions')
|
||||||
|
) {
|
||||||
|
|
||||||
neo.verify(this, configuration)
|
neo.verify(this, configuration)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user