Update Jenkinsfile
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-03 15:37:00 +00:00
parent 37b8cd799a
commit ad2191868b

7
Jenkinsfile vendored
View file

@ -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'
} }
} }
} }