From e5fb428880729846918978fe1480a084e151721c Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 19 Apr 2024 09:50:42 +0100 Subject: [PATCH] Jenkinsfile fix --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a9c7b4c..6fc52752 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,16 +7,11 @@ pipeline { environment { REPO = 'lib_xua' VIEW = getViewName(REPO) + TOOLS_VERSION = "15.2.1" // For unit tests } options { skipDefaultCheckout() } - environment { - REPO = 'sw_usb_audio' - VIEW = getViewName(REPO) - TOOLS_VERSION = "15.2.1" - XTAGCTL_VERSION = "v2.0.0" - } stages { stage('Basic tests') { agent {