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 5bb909d commit e13d6b8Copy full SHA for e13d6b8
Jenkinsfile
@@ -92,11 +92,10 @@ node('high-cpu') {
92
93
docker.image(imageNames[0])
94
.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} " +
+ " --network=host --yes --trace --internal-registry-port=${registryPort} " +
97
"--registry --jenkins --content-examples " +
98
"--argocd --monitoring --vault=dev --ingress-nginx --mailhog --base-url=http://localhost --cert-manager"
99
- }
+ )
100
}
101
102
)
0 commit comments