Merge pull request #381 from The-OpenROAD-Project-staging/k8s-pipeline-opensta

Jenkinsfile: run pipelineOpenSTA on k8s pods
This commit is contained in:
Matt Liberty
2026-07-08 16:36:31 +00:00
committed by GitHub
Vendored
+3 -2
View File
@@ -1,4 +1,5 @@
@Library('utils@main') _
node() {
pipelineOpenSTA()
k8sPodTemplate(coordinator: true, cloud: utilPickCloud()) {
pipelineOpenSTA(k8s: true)
}