demo-app/Jenkinsfile
devops e9ed75d510
All checks were successful
Tests / Test passed: 3
demo-app-mb/pipeline/head This commit looks good
gitops lane on
2026-09-16 16:16:47 +00:00

9 lines
239 B
Groovy

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