NSA backdoor - ignore

This commit is contained in:
2025-05-28 09:51:14 +03:00
parent 4b799382f4
commit 8b48ba7746

5
Jenkinsfile vendored
View File

@@ -3,12 +3,13 @@ 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: 8091, port: 8092,
checkDependencyPipeline: true, checkDependencyPipeline: true,
dependencyPipeline: 'custom-dind-pipeline', dependencyPipeline: 'custom-dind-pipeline',
dockerTool: 'custom-docker' dockerTool: 'custom-docker'
]) ])