diff --git a/vars/neoDeploy.groovy b/vars/neoDeploy.groovy index 75cabb565..bddb754be 100644 --- a/vars/neoDeploy.groovy +++ b/vars/neoDeploy.groovy @@ -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)