Update Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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"]
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user