Update Jenkinsfile
All checks were successful
gitea-sync/sysmond/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2022-09-30 12:03:36 +02:00 committed by GitHub
parent 4eb4ff4a0b
commit 7cc9c5fdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline{
stage('Build AMD64') {
agent {
docker {
image 'xsangle/ci-tools:latest-amd64'
image 'xsangle/ci-tools:bionic-amd64'
reuseNode true
}
}
@ -52,7 +52,7 @@ pipeline{
stage('Build ARM64') {
agent {
docker {
image 'xsangle/ci-tools:latest-arm64'
image 'xsangle/ci-tools:bionic-arm64'
reuseNode true
}
}
@ -66,7 +66,7 @@ pipeline{
stage('Build ARM') {
agent {
docker {
image 'xsangle/ci-tools:latest-arm'
image 'xsangle/ci-tools:bionic-arm'
reuseNode true
}
}