1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

add missing script (#373)

This commit is contained in:
Christopher Fenner 2018-11-08 13:25:11 +01:00 committed by GitHub
parent 9a1ab37c0b
commit 9acc28f10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ void call(Map parameters = [:]) {
def testJobs = [:]
def options = [
script: script,
containerPortMappings: config.containerPortMappings,
dockerEnvVars: config.dockerEnvVars,
dockerImage: config.dockerImage,