Update Jenkinsfile
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
This commit is contained in:
parent
4fb6017a63
commit
37b8cd799a
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue