Update 'Jenkinsfile'
This commit is contained in:
parent
31e2545f93
commit
87889ec615
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -44,7 +44,7 @@ pipeline{
|
|||||||
{
|
{
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm64'
|
image 'xsangle/ci-tools:latest-amd64'
|
||||||
// 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…
x
Reference in New Issue
Block a user