Jenkinsfile: use only slaves with label gluon-docker
This commit is contained in:
parent
24f2b60fe4
commit
5dc51d58f4
2
contrib/ci/Jenkinsfile
vendored
2
contrib/ci/Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'gluon-docker' }
|
||||||
environment {
|
environment {
|
||||||
GLUON_SITEDIR = "contrib/ci/minimal-site"
|
GLUON_SITEDIR = "contrib/ci/minimal-site"
|
||||||
GLUON_TARGET = "x86-generic"
|
GLUON_TARGET = "x86-generic"
|
||||||
|
Loading…
Reference in New Issue
Block a user