mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
Update Jenkinsfile
Some checks failed
gitea-sync/antd-tunnel-publishers/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antd-tunnel-publishers/pipeline/head There was a failure building this commit
This commit is contained in:
parent
99f96189d4
commit
c5be7c3f4e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -39,7 +39,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'
|
||||
// Run the container on the node specified at the
|
||||
// top-level of the Pipeline, in the same workspace,
|
||||
@ -58,7 +58,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'
|
||||
// Run the container on the node specified at the
|
||||
// top-level of the Pipeline, in the same workspace,
|
||||
@ -77,7 +77,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'
|
||||
// Run the container on the node specified at the
|
||||
// top-level of the Pipeline, in the same workspace,
|
||||
|
Loading…
Reference in New Issue
Block a user