Skip to content

Commit d137fbd

Browse files
committed
update jenkinsfile
1 parent e13d6b8 commit d137fbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

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

9393
docker.image(imageNames[0])
9494
.inside("-e KUBECONFIG=${env.WORKSPACE}/.kube/config " +
95-
" --network=host --yes --trace --internal-registry-port=${registryPort} " +
95+
" --network=host --entrypoint=''") {
96+
sh "/app/gitops-playground --yes --trace --internal-registry-port=${registryPort} " +
9697
"--registry --jenkins --content-examples " +
9798
"--argocd --monitoring --vault=dev --ingress-nginx --mailhog --base-url=http://localhost --cert-manager"
98-
)
99+
}
99100
}
100101
}
101102
)

0 commit comments

Comments
 (0)