removed whitespace
This commit is contained in:
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@@ -143,20 +143,20 @@ spec:
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
deployHelm(
|
deployHelm(
|
||||||
"example-app",
|
"example-app",
|
||||||
"my-helm-repo",
|
"my-helm-repo",
|
||||||
"example-app",
|
"example-app",
|
||||||
"1.0.0-SNAPSHOT",
|
"1.0.0-SNAPSHOT",
|
||||||
env.KUBERNETES_API,
|
env.KUBERNETES_API,
|
||||||
env.KUBERNETES_TOKEN,
|
env.KUBERNETES_TOKEN,
|
||||||
["app.image": "localhost:31050/my-docker-repo/example-app:latest", "app.ports.http": 8090, "app.secret": "nexus-secret"]
|
["app.image": "localhost:31050/my-docker-repo/example-app:latest", "app.ports.http": 8090, "app.secret": "nexus-secret"]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|||||||
Reference in New Issue
Block a user