This was the most stupid bug in the world, fixed in the smartest way ever
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -3,12 +3,11 @@ jenkinsPipelineSkeleton('example-app', [
|
|||||||
namespace: 'default',
|
namespace: 'default',
|
||||||
useCustomDocker: false,
|
useCustomDocker: false,
|
||||||
pullAlways: false,
|
pullAlways: false,
|
||||||
releaseName: 'custom-name-example-app',
|
|
||||||
helmChart: 'example-app-helm-chart',
|
helmChart: 'example-app-helm-chart',
|
||||||
helmRepo: 'my-helm-repo',
|
helmRepo: 'my-helm-repo',
|
||||||
version: '1.0.0-SNAPSHOT',
|
version: '1.0.0-SNAPSHOT',
|
||||||
useInsecureRegistry: true,
|
useInsecureRegistry: true,
|
||||||
port: 8096,
|
port: 8095,
|
||||||
checkDependencyPipeline: false,
|
checkDependencyPipeline: false,
|
||||||
dockerTool: 'docker'
|
dockerTool: 'docker'
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user