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
37b8cd799a
commit
ad2191868b
1 changed files with 2 additions and 5 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,11 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
|
||||||
docker { image 'node:22.16.0-alpine3.22' }
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'node --eval "console.log(process.platform,process.env.CI)"'
|
sh 'podman build -t docker.io/thallian/atuin:18.6.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue