Renamed test stage of jenkins pipeline.
This commit is contained in:
parent
14dfd2829b
commit
0dedd3c904
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
|||||||
sh 'git clean -fd'
|
sh 'git clean -fd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('startup check') {
|
||||||
steps {
|
steps {
|
||||||
sh './testrun.sh'
|
sh './testrun.sh'
|
||||||
logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true
|
logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true
|
||||||
|
Loading…
Reference in New Issue
Block a user