Update .gitignore

This commit is contained in:
2025-05-28 09:58:50 +03:00
parent 8b48ba7746
commit 5b2217ecd2

3
Jenkinsfile vendored
View File

@@ -3,12 +3,11 @@ jenkinsPipelineSkeleton('json-echo', [
namespace: 'default', namespace: 'default',
useCustomDocker: true, useCustomDocker: true,
pullAlways: true, pullAlways: true,
releaseName: 'custom-name-json-echo',
helmChart: 'json-echo-helm-chart', helmChart: 'json-echo-helm-chart',
helmRepo: 'my-helm-repo', helmRepo: 'my-helm-repo',
version: '1.0.0-SNAPSHOT', version: '1.0.0-SNAPSHOT',
useInsecureRegistry: false, useInsecureRegistry: false,
port: 8092, port: 8091,
checkDependencyPipeline: true, checkDependencyPipeline: true,
dependencyPipeline: 'custom-dind-pipeline', dependencyPipeline: 'custom-dind-pipeline',
dockerTool: 'custom-docker' dockerTool: 'custom-docker'