diff --git a/examples/jenkins/pipeline/samplepipeline.json b/examples/jenkins/pipeline/samplepipeline.json index a470b58981b9..97f30b8074be 100644 --- a/examples/jenkins/pipeline/samplepipeline.json +++ b/examples/jenkins/pipeline/samplepipeline.json @@ -207,7 +207,7 @@ "failurePolicy": "Ignore", "execNewPod": { "command": [ - "/bin/false" + "/bin/true" ], "env": [ { @@ -371,7 +371,7 @@ "failurePolicy": "Ignore", "execNewPod": { "command": [ - "/bin/false" + "/bin/true" ], "env": [ { diff --git a/examples/sample-app/application-template-stibuild.json b/examples/sample-app/application-template-stibuild.json index 134688cd82b2..f725d66fd39a 100644 --- a/examples/sample-app/application-template-stibuild.json +++ b/examples/sample-app/application-template-stibuild.json @@ -189,7 +189,7 @@ "failurePolicy": "Ignore", "execNewPod": { "command": [ - "/bin/false" + "/bin/true" ], "env": [ { @@ -356,7 +356,7 @@ "failurePolicy": "Ignore", "execNewPod": { "command": [ - "/bin/false" + "/bin/true" ], "env": [ { diff --git a/pkg/bootstrap/bindata.go b/pkg/bootstrap/bindata.go index f16707b31af7..f9747c428740 100644 --- a/pkg/bootstrap/bindata.go +++ b/pkg/bootstrap/bindata.go @@ -3965,7 +3965,7 @@ var _examplesJenkinsPipelineSamplepipelineJson = []byte(`{ "failurePolicy": "Ignore", "execNewPod": { "command": [ - "/bin/false" + "/bin/true" ], "env": [ { @@ -4129,7 +4129,7 @@ var _examplesJenkinsPipelineSamplepipelineJson = []byte(`{ "failurePolicy": "Ignore", "execNewPod": { "command": [ - "/bin/false" + "/bin/true" ], "env": [ {