Skip to content

Commit e13d6b8

Browse files
committed
update jenkinsfile
1 parent 5bb909d commit e13d6b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,10 @@ node('high-cpu') {
9292

9393
docker.image(imageNames[0])
9494
.inside("-e KUBECONFIG=${env.WORKSPACE}/.kube/config " +
95-
" --network=host --entrypoint=''") {
96-
sh "java -cp /app/gitops-playground.jar com.cloudogu.gitops.cli.GitopsPlaygroundCliMain --yes --trace --internal-registry-port=${registryPort} " +
95+
" --network=host --yes --trace --internal-registry-port=${registryPort} " +
9796
"--registry --jenkins --content-examples " +
9897
"--argocd --monitoring --vault=dev --ingress-nginx --mailhog --base-url=http://localhost --cert-manager"
99-
}
98+
)
10099
}
101100
}
102101
)

0 commit comments

Comments
 (0)