Update Jenkinsfile

This commit is contained in:
2025-05-30 10:24:33 +03:00
parent 0f611f83b8
commit 609deab5a5

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ jenkinsPipelineSkeleton('json-echo', [
pullAlways: true,
helmChart: 'json-echo-helm-chart',
helmRepo: 'my-helm-repo',
version: '1.0.0-SNAPSHOT',
version: '1.0.0',
useInsecureRegistry: false,
port: 8091,
checkDependencyPipeline: true,