atuin/Jenkinsfile
shu ad2191868b
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Update Jenkinsfile
2025-06-03 15:37:00 +00:00

9 lines
No EOL
169 B
Groovy

pipeline {
stages {
stage('Build') {
steps {
sh 'podman build -t docker.io/thallian/atuin:18.6.1'
}
}
}
}