try jenkins
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled
This commit is contained in:
parent
c51a0870b5
commit
2c40597de6
1 changed files with 12 additions and 0 deletions
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker { image 'node:22.14.0-alpine3.21' }
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'node --eval "console.log(process.platform,process.env.CI)"'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue