gitops lane on
All checks were successful
Tests / Test passed: 3
demo-app-mb/pipeline/head This commit looks good

This commit is contained in:
devops 2026-09-16 16:16:47 +00:00
parent 686724ea5a
commit e9ed75d510

7
Jenkinsfile vendored
View File

@ -1,7 +1,8 @@
// Poori pipeline devops-platform library me hai. Yahan sirf module ka naam.
// Naya module banaoge to bas yehi 3 lines copy karni hain.
// Poori pipeline devops-platform library me hai. Yahan sirf module ka config.
@Library('devops-platform') _
devopsPipeline(
module: 'demo-app'
module: 'demo-app',
gitops: true,
k8sVerifyUrl: 'http://192.168.124.179:30800/version'
)