We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5679d39 commit d125627Copy full SHA for d125627
Jenkinsfile
@@ -91,13 +91,9 @@ node('high-cpu') {
91
).trim()
92
93
docker.image(imageNames[0])
94
- .inside("--network=host -e KUBECONFIG=${env.WORKSPACE}/.kube/config") {
+ .inside("--network=host -e KUBECONFIG=${env.WORKSPACE}/.kube/config --entrypoint=''") {
95
sh """
96
- java -classpath /app/gitops-playground.jar \
97
- org.codehaus.groovy.tools.GroovyStarter \
98
- --main groovy.ui.GroovyMain \
99
- --classpath /app/src/main/groovy \
100
- /app/src/main/groovy/com/cloudogu/gitops/cli/GitopsPlaygroundCliMainScripted.groovy \
+ /app/scripts/apply-ng.sh \
101
--yes \
102
--trace \
103
--monitoring \
0 commit comments