mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2024-12-26 20:08:22 +01:00
use older toolchain
Some checks failed
gitea-sync/antd-wvnc-plugin/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antd-wvnc-plugin/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c860d23b21
commit
86d528fa47
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user