Update Jenkinsfile

This commit is contained in:
2025-05-27 17:47:02 +03:00
parent 7c106cbf87
commit a1d3e1f675

15
Jenkinsfile vendored
View File

@@ -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 {
}
}
}
*/