mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-27 09:58:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
8b8a79bf90
commit
45fcfe8726
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -40,6 +40,7 @@ pipeline{
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-amd64'
|
image 'xsangle/ci-tools:latest-amd64'
|
||||||
|
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
// Run the container on the node specified at the
|
// Run the container on the node specified at the
|
||||||
// top-level of the Pipeline, in the same workspace,
|
// top-level of the Pipeline, in the same workspace,
|
||||||
// rather than on a new node entirely:
|
// rather than on a new node entirely:
|
||||||
@ -58,6 +59,7 @@ pipeline{
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm64'
|
image 'xsangle/ci-tools:latest-arm64'
|
||||||
|
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
// Run the container on the node specified at the
|
// Run the container on the node specified at the
|
||||||
// top-level of the Pipeline, in the same workspace,
|
// top-level of the Pipeline, in the same workspace,
|
||||||
// rather than on a new node entirely:
|
// rather than on a new node entirely:
|
||||||
@ -76,6 +78,7 @@ pipeline{
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm'
|
image 'xsangle/ci-tools:latest-arm'
|
||||||
|
args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
// Run the container on the node specified at the
|
// Run the container on the node specified at the
|
||||||
// top-level of the Pipeline, in the same workspace,
|
// top-level of the Pipeline, in the same workspace,
|
||||||
// rather than on a new node entirely:
|
// rather than on a new node entirely:
|
||||||
|
Loading…
Reference in New Issue
Block a user