Jenkinsfile: use only slaves with label gluon-docker

This commit is contained in:
lemoer 2019-06-17 22:44:49 +02:00 committed by Martin Weinelt
parent 24f2b60fe4
commit 5dc51d58f4

View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'gluon-docker' }
environment {
GLUON_SITEDIR = "contrib/ci/minimal-site"
GLUON_TARGET = "x86-generic"