Update Jenkinsfile
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-03 15:24:47 +00:00
parent 4fb6017a63
commit 37b8cd799a

4
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
pipeline {
agent {
any { image 'node:22.14.0-alpine3.21' }
docker { image 'node:22.16.0-alpine3.22' }
}
stages {
stage('Test') {
@ -9,4 +9,4 @@ pipeline {
}
}
}
}
}