ci: fix jenkinsfile

This commit is contained in:
Fernando Araoz 2024-12-15 21:32:20 -05:00
parent 2c8c1eacdf
commit fa9d3585d3

4
Jenkinsfile vendored
View File

@ -1,9 +1,5 @@
pipeline { pipeline {
agent { agent {
docker {
image 'node:22'
}
}
stages { stages {
stage("Build") { stage("Build") {
agent { agent {