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 e13d6b8 commit d137fbdCopy full SHA for d137fbd
Jenkinsfile
@@ -92,10 +92,11 @@ node('high-cpu') {
92
93
docker.image(imageNames[0])
94
.inside("-e KUBECONFIG=${env.WORKSPACE}/.kube/config " +
95
- " --network=host --yes --trace --internal-registry-port=${registryPort} " +
+ " --network=host --entrypoint=''") {
96
+ sh "/app/gitops-playground --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