do not duplicate architecture var
This commit is contained in:
parent
bda722657c
commit
905ef57ee7
1 changed files with 0 additions and 3 deletions
|
@ -34,7 +34,6 @@ def call(Map config = [:]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
parallel parallelStages
|
parallel parallelStages
|
||||||
env.ARCHITECTURES = architectures.join(',')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -43,8 +42,6 @@ def call(Map config = [:]) {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def architectures = env.ARCHITECTURES.split(',')
|
|
||||||
|
|
||||||
for (arch in architectures) {
|
for (arch in architectures) {
|
||||||
unstash "${arch}-image"
|
unstash "${arch}-image"
|
||||||
sh "podman load -i ${arch}-${env.BUILD_NUMBER}.tar"
|
sh "podman load -i ${arch}-${env.BUILD_NUMBER}.tar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue