try git ref
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
ed949f97b6
commit
05923d07a9
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent { label 'linux-aarch64' }
|
||||||
environment {
|
environment {
|
||||||
GIT_REF = """${sh(
|
GIT_REF = """${sh(
|
||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
|
@ -8,7 +8,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent { label 'linux-aarch64' }
|
|
||||||
steps {
|
steps {
|
||||||
sh "podman build -t docker.io/thallian/atuin:${env.GIT_REF} ."
|
sh "podman build -t docker.io/thallian/atuin:${env.GIT_REF} ."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue