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