Update Jenkinsfile

This commit is contained in:
2025-05-27 17:59:43 +03:00
parent a1d3e1f675
commit b0ef427a0c

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ jenkinsPipelineSkeleton('json-echo', [
helmChart: 'json-echo-helm-chart',
helmRepo: 'my-helm-repo',
version: '1.0.0-SNAPSHOT',
useInsecureRegistry: false,
port: 8091,
checkDependencyPipeline: true,
dependencyPipeline: 'custom-dind-pipeline',