mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2024-12-27 12:28: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') {
|
stage('Build AMD64') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
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'
|
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
@ -49,7 +49,7 @@ pipeline{
|
|||||||
stage('Build ARM64') {
|
stage('Build ARM64') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
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'
|
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
@ -64,7 +64,7 @@ pipeline{
|
|||||||
stage('Build ARM') {
|
stage('Build ARM') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
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'
|
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user