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