Update Jenkinsfile
This commit is contained in:
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@@ -1,4 +1,18 @@
|
|||||||
@Library('my-shared-library@main') _
|
@Library('my-shared-library@main') _
|
||||||
|
jenkinsPipelineSkeleton('json-echo', [
|
||||||
|
namespace: 'default',
|
||||||
|
useCustomDocker: true,
|
||||||
|
pullAlways: true,
|
||||||
|
helmChart: 'json-echo-helm-chart',
|
||||||
|
helmRepo: 'my-helm-repo',
|
||||||
|
version: '1.0.0-SNAPSHOT',
|
||||||
|
port: 8091,
|
||||||
|
checkDependencyPipeline: true,
|
||||||
|
dependencyPipeline: 'custom-dind-pipeline',
|
||||||
|
dockerTool: 'custom-docker'
|
||||||
|
])
|
||||||
|
/*
|
||||||
|
@Library('my-shared-library@main') _
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
@@ -40,3 +54,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user