maybe here
This commit is contained in:
parent
95b48c015e
commit
844af86e45
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -19,10 +19,10 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('build and push') {
|
||||
agent {
|
||||
label 'builtin'
|
||||
}
|
||||
parallel {
|
||||
agent {
|
||||
label 'builtin'
|
||||
}
|
||||
// stage('build and push amd64_epyc2 image') {
|
||||
// agent {
|
||||
// label 'amd64_epyc2'
|
||||
@ -78,10 +78,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('push latest') {
|
||||
agent {
|
||||
label 'builtin'
|
||||
}
|
||||
parallel {
|
||||
agent {
|
||||
label 'builtin'
|
||||
}
|
||||
stage('maybe push latest_arm64_graviton2 tag') {
|
||||
agent any
|
||||
environment {
|
||||
|
Loading…
Reference in New Issue
Block a user