1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-30 05:59:39 +02:00
This commit is contained in:
Ramachandra Kamath Arbettu 2018-05-15 09:08:09 +02:00
parent fab4dd2d44
commit 3b17287b8e

View File

@ -15,7 +15,7 @@ def call(Map parameters = [:], body) {
if (k8s) {
echo "redirecty to executeDocker"
executeDockerNative(parameters){
executeDocker(parameters){
body()
}
} else if (dockerImage) {