From a8c3e4cc3e860fb3eb9ab0f5c1df436819a896d7 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 16 Nov 2023 10:45:17 -0700 Subject: [PATCH] Add label for jenkins uploading CI: skip=HDL Tests; skip=Demo Tests Signed-off-by: Travis F. Collins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1de28fc2..b540ce92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -146,7 +146,7 @@ cstage("Hardware Streaming Tests", "", flags) { ////////////////////////////////////////////////////// -node { +node('baremetal || lab_b5') { cstage('Deploy Development', "", flags) { unstash "builtSources" uploadArtifactory('TransceiverToolbox','*.mltbx')