try jenkins
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 6m59s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 6m59s
This commit is contained in:
parent
2c40597de6
commit
dfe1899813
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker { image 'node:22.14.0-alpine3.21' }
|
any { image 'node:22.14.0-alpine3.21' }
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue