rupertrutland made me do it

This commit is contained in:
2025-05-27 13:32:36 +03:00
parent 99a6a77240
commit 0939a9bcb0

2
Jenkinsfile vendored
View File

@@ -85,7 +85,7 @@ spec:
stage('Build and Deploy') {
steps {
script {
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", false, true)
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", false, true, 8090)
}
}
}