10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
|
|
// 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'
|
||
|
|
)
|