Update Jenkinsfile

This commit is contained in:
2025-05-27 18:10:35 +03:00
parent 83c98c8916
commit fb61e590fa

15
Jenkinsfile vendored
View File

@@ -1,4 +1,18 @@
@Library('my-shared-library@main') _
jenkinsPipelineSkeleton('example-app', [
namespace: 'default',
useCustomDocker: false,
pullAlways: false,
helmChart: 'example-app-helm-chart',
helmRepo: 'my-helm-repo',
version: '1.0.0-SNAPSHOT',
useInsecureRegistry: true,
port: 8095,
checkDependencyPipeline: false,
dockerTool: 'docker'
])
/*
@Library('my-shared-library@main') _
pipeline {
agent {
@@ -33,3 +47,4 @@ pipeline {
}
}
}
*/