diff --git a/Jenkinsfile b/Jenkinsfile index 38f9ab5..0398b1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -149,8 +149,7 @@ spec: "1.0.0-SNAPSHOT", env.KUBERNETES_API, env.KUBERNETES_TOKEN, - "localhost:31050/my-docker-repo/example-app:latest", - ["app.ports.http": 8090, "imagePullSecrets[0]": "nexus-secret"] + ["app.image": "localhost:31050/my-docker-repo/example-app:latest", "app.ports.http": 8090, "app.secret": "nexus-secret"] ) } }