Update Jenkinsfile

This commit is contained in:
2025-05-30 10:24:10 +03:00
parent fe83ab4b81
commit a4799d00cc

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ jenkinsPipelineSkeleton('example-app', [
pullAlways: false,
helmChart: 'example-app-helm-chart',
helmRepo: 'my-helm-repo',
version: '1.0.0-SNAPSHOT',
version: '1.0.0',
useInsecureRegistry: true,
port: 8095,
checkDependencyPipeline: false,