Argh! About to give up :(
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -82,6 +82,7 @@ spec:
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
stage('Make jar') {
|
||||
steps {
|
||||
script {
|
||||
@@ -132,6 +133,14 @@ spec:
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
stage('Build and Deploy') {
|
||||
steps {
|
||||
script {
|
||||
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", "dockerBuildAndPush")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user