try jenkins
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 6m59s

This commit is contained in:
Sebastian Hugentobler 2025-03-06 16:06:38 +01:00
parent 2c40597de6
commit dfe1899813

2
Jenkinsfile vendored
View File

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