forked from PAWPAW-Mirror/lib_xua
Jenkinsfile fix
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -7,16 +7,11 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
REPO = 'lib_xua'
|
REPO = 'lib_xua'
|
||||||
VIEW = getViewName(REPO)
|
VIEW = getViewName(REPO)
|
||||||
|
TOOLS_VERSION = "15.2.1" // For unit tests
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
}
|
}
|
||||||
environment {
|
|
||||||
REPO = 'sw_usb_audio'
|
|
||||||
VIEW = getViewName(REPO)
|
|
||||||
TOOLS_VERSION = "15.2.1"
|
|
||||||
XTAGCTL_VERSION = "v2.0.0"
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Basic tests') {
|
stage('Basic tests') {
|
||||||
agent {
|
agent {
|
||||||
|
|||||||
Reference in New Issue
Block a user