Jenkinsfile fix

This commit is contained in:
Ed
2024-04-19 09:50:42 +01:00
parent aecffab0c6
commit e5fb428880

7
Jenkinsfile vendored
View File

@@ -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 {