jenkins/sdk: set build label to oem-ci as trial

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-08-23 10:19:25 +02:00
parent 79c39921ce
commit 0db0db4cb5
1 changed files with 1 additions and 1 deletions

View File

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