does agent builtin work?
This commit is contained in:
parent
805cb6ad10
commit
95b48c015e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -19,6 +19,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('build and push') {
|
stage('build and push') {
|
||||||
|
agent {
|
||||||
|
label 'builtin'
|
||||||
|
}
|
||||||
parallel {
|
parallel {
|
||||||
// stage('build and push amd64_epyc2 image') {
|
// stage('build and push amd64_epyc2 image') {
|
||||||
// agent {
|
// agent {
|
||||||
@ -75,6 +78,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('push latest') {
|
stage('push latest') {
|
||||||
|
agent {
|
||||||
|
label 'builtin'
|
||||||
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('maybe push latest_arm64_graviton2 tag') {
|
stage('maybe push latest_arm64_graviton2 tag') {
|
||||||
agent any
|
agent any
|
||||||
|
Loading…
Reference in New Issue
Block a user