diff --git a/Jenkinsfile b/Jenkinsfile index 7edebf5..65e8ec7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,18 @@ @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 { agent { @@ -40,3 +54,4 @@ pipeline { } } } +*/ \ No newline at end of file