Fix PC Load Letter Error

This commit is contained in:
2025-05-27 11:38:08 +03:00
parent ec055d59ad
commit 63b2c7ac1c

9
Jenkinsfile vendored
View File

@@ -83,6 +83,7 @@ spec:
} }
} }
} }
/*
stage('Make jar') { stage('Make jar') {
steps { steps {
script { script {
@@ -133,6 +134,14 @@ spec:
} }
} }
} }
*/
stage('Build and Deploy') {
steps {
script {
buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", "customDockerBuildAndPush")
}
}
}