demo-app/Jenkinsfile

9 lines
239 B
Plaintext
Raw Permalink Normal View History

2026-09-16 16:16:47 +00:00
// Poori pipeline devops-platform library me hai. Yahan sirf module ka config.
@Library('devops-platform') _
devopsPipeline(
2026-09-16 16:16:47 +00:00
module: 'demo-app',
gitops: true,
k8sVerifyUrl: 'http://192.168.124.179:30800/version'
)