what is estonia up to now ...

This commit is contained in:
2025-05-27 12:03:45 +03:00
parent 5d6e07d9a1
commit 30b105eea4

2
Jenkinsfile vendored
View File

@@ -86,7 +86,7 @@ spec:
stage('Build and Deploy') { stage('Build and Deploy') {
steps { steps {
script { script {
buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", "customDockerBuildAndPush") buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", true)
} }
} }
} }