From b882c394fa50b0bcb32441a6a8c40bc3691d08e7 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 14 Sep 2020 14:32:21 +0200 Subject: [PATCH] Jenkinsfile: Force building on lxbuild4 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c0cf90f..78791d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { node { - label 'yoctoproject-dunfell' + label 'lxbuild4' } }