Renamed test stage of jenkins pipeline.

This commit is contained in:
Harrison Deng 2022-01-20 00:49:55 -06:00
parent 14dfd2829b
commit 0dedd3c904

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
sh 'git clean -fd'
}
}
stage('test') {
stage('startup check') {
steps {
sh './testrun.sh'
logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true