NSA backdoor - ignore
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -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'
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user