Update Jenkinsfile

This commit is contained in:
2025-05-26 13:38:43 +03:00
parent 18d2ce7a4e
commit cd43d42f3b

3
Jenkinsfile vendored
View File

@@ -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"]
)
}
}