this should fix it

This commit is contained in:
2025-05-27 13:32:58 +03:00
parent ab2e58a5f8
commit 667b72bbcb

2
Jenkinsfile vendored
View File

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