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