I just evaluated random code in my console

This commit is contained in:
2025-05-27 14:21:45 +03:00
parent 5e02c6e708
commit 68c0794d9a

2
Jenkinsfile vendored
View File

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