Skip to content

Commit d125627

Browse files
committed
update jenkinsfile
1 parent 5679d39 commit d125627

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Jenkinsfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,9 @@ node('high-cpu') {
9191
).trim()
9292

9393
docker.image(imageNames[0])
94-
.inside("--network=host -e KUBECONFIG=${env.WORKSPACE}/.kube/config") {
94+
.inside("--network=host -e KUBECONFIG=${env.WORKSPACE}/.kube/config --entrypoint=''") {
9595
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 \
96+
/app/scripts/apply-ng.sh \
10197
--yes \
10298
--trace \
10399
--monitoring \

0 commit comments

Comments
 (0)