From 63b2c7ac1c82052d4bf81aadebedc45a3eeef724 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 11:38:08 +0300 Subject: [PATCH] Fix PC Load Letter Error --- Jenkinsfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index e46a609..2623230 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,6 +83,7 @@ spec: } } } + /* stage('Make jar') { steps { 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") + } + } + }