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 {
agent {
label 'taurus'
label 'docker-multiarch'
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))