hello-api/Jenkinsfile
devops 36a504077d
All checks were successful
Tests / Test passed: 2
hello-api-mb/pipeline/head This commit looks good
hello-api: platform se scaffold
2026-09-16 16:26:15 +00:00

10 lines
243 B
Groovy

// 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'
)