hello-api/Jenkinsfile

10 lines
243 B
Plaintext
Raw Permalink Normal View History

2026-09-16 16:26:15 +00:00
// Poori pipeline devops-platform shared library me hai.
@Library('devops-platform') _
devopsPipeline(
module: 'hello-api',
gitops: true,
deployVM: false,
k8sVerifyUrl: 'http://192.168.124.179:30894/version'
)