Files
OpenSTA/Jenkinsfile
T
Joao Luis Sombrio 985947d649 Jenkinsfile: point utils library back to main
k8s-pipeline-opensta merged into jenkins-ci main; pin the shared
library to the released main tag now that the k8s changes are upstream.
2026-07-08 02:47:15 -03:00

6 lines
119 B
Groovy

@Library('utils@main') _
k8sPodTemplate(coordinator: true, cloud: utilPickCloud()) {
pipelineOpenSTA(k8s: true)
}