jenkins/sdk: set label to balance on both build server

BugzID: 74051
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-08-02 10:27:52 +02:00
parent be3a70b6c2
commit 2849ade985
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def yoctocommon
pipeline { pipeline {
agent { agent {
node { node {
label 'lxbuild4' label 'oem-ci'
} }
} }