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") + } + } + }