ci: fix jenkinsfile 2

This commit is contained in:
Fernando Araoz 2024-12-15 21:33:10 -05:00
parent fa9d3585d3
commit 9080b747ae

1
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
pipeline { pipeline {
agent { agent {
agent any
stages { stages {
stage("Build") { stage("Build") {
agent { agent {