From d55bb503ebe17a2f9284e8cf48554603fa13178b Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 11:18:56 +0300 Subject: [PATCH] Argh! About to give up :( --- Jenkinsfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index b2ce444..6d30269 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,6 +82,7 @@ spec: } } } + /* stage('Make jar') { steps { script { @@ -132,6 +133,14 @@ spec: } } } + */ + stage('Build and Deploy') { + steps { + script { + buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", "dockerBuildAndPush") + } + } + }