forked from PAWPAW-Mirror/lib_xua
Update Jenkinsfile testing
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -27,10 +27,10 @@ pipeline {
|
|||||||
xcoreLibraryChecks("${REPO}")
|
xcoreLibraryChecks("${REPO}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('XS2 Tests') {
|
stage('Testing') {
|
||||||
failFast true
|
failFast true
|
||||||
parallel {
|
parallel {
|
||||||
stage('Legacy tests') {
|
stage('Tests') {
|
||||||
steps {
|
steps {
|
||||||
dir("${REPO}/tests"){
|
dir("${REPO}/tests"){
|
||||||
viewEnv(){
|
viewEnv(){
|
||||||
@@ -41,7 +41,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Unit tests') {
|
stage('Unity tests') {
|
||||||
steps {
|
steps {
|
||||||
dir("${REPO}") {
|
dir("${REPO}") {
|
||||||
dir('tests') {
|
dir('tests') {
|
||||||
|
|||||||
Reference in New Issue
Block a user