use older toolchain
Some checks failed
gitea-sync/antd-wvnc-plugin/pipeline/head There was a failure building this commit

This commit is contained in:
Dany LE 2022-09-30 12:00:23 +02:00 committed by GitHub
parent c860d23b21
commit 86d528fa47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline{
stage('Build AMD64') {
agent {
docker {
image 'xsangle/ci-tools:latest-amd64'
image 'xsangle/ci-tools:bionic-amd64'
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
reuseNode true
}
@ -49,7 +49,7 @@ pipeline{
stage('Build ARM64') {
agent {
docker {
image 'xsangle/ci-tools:latest-arm64'
image 'xsangle/ci-tools:bionic-arm64'
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
reuseNode true
}
@ -64,7 +64,7 @@ pipeline{
stage('Build ARM') {
agent {
docker {
image 'xsangle/ci-tools:latest-arm'
image 'xsangle/ci-tools:bionic-arm'
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
reuseNode true
}