diff --git a/Jenkinsfile b/Jenkinsfile index ca7bfa47..c9035bf8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,5 @@ -@Library('utils@main') _ -node() { - pipelineOpenSTA() +@Library('utils@k8s-pipeline-opensta') _ + +k8sPodTemplate(coordinator: true, cloud: utilPickCloud()) { + pipelineOpenSTA(k8s: true) }