build anywhere

This commit is contained in:
Jamie Curnow
2021-06-30 15:12:23 +10:00
parent 28a2b4cbc4
commit 0f6498603e

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
label 'taurus' label 'docker-multiarch'
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '5')) buildDiscarder(logRotator(numToKeepStr: '5'))