Argh! About to give up :(

This commit is contained in:
2025-05-27 11:18:56 +03:00
parent 656f67d924
commit d55bb503eb

9
Jenkinsfile vendored
View File

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