forgot to save that file
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -3,11 +3,12 @@ jenkinsPipelineSkeleton('example-app', [
|
||||
namespace: 'default',
|
||||
useCustomDocker: false,
|
||||
pullAlways: false,
|
||||
releaseName: 'custom-name-example-app'
|
||||
helmChart: 'example-app-helm-chart',
|
||||
helmRepo: 'my-helm-repo',
|
||||
version: '1.0.0-SNAPSHOT',
|
||||
useInsecureRegistry: true,
|
||||
port: 8095,
|
||||
port: 8096,
|
||||
checkDependencyPipeline: false,
|
||||
dockerTool: 'docker'
|
||||
])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user