Jenkinsfile: Force building on lxbuild4

This commit is contained in:
Alexandre Bard 2020-09-14 14:32:21 +02:00
parent 5a7ac164d3
commit b882c394fa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@
pipeline { pipeline {
agent { agent {
node { node {
label 'yoctoproject-dunfell' label 'lxbuild4'
} }
} }