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
7a73446634
commit
c9f4056c0c
1 changed files with 19 additions and 17 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -37,6 +37,7 @@ pipeline {
|
||||||
when { tag "*" }
|
when { tag "*" }
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
def architectures = env.ARCHITECTURES.split(',')
|
def architectures = env.ARCHITECTURES.split(',')
|
||||||
|
|
||||||
for (arch in architectures) {
|
for (arch in architectures) {
|
||||||
|
@ -64,3 +65,4 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue