Renamed pipeline steps.

This commit is contained in:
Harrison Deng 2022-01-09 00:04:25 -06:00
parent d9c25a9ef0
commit 686d0aef8c

6
Jenkinsfile vendored
View File

@ -12,14 +12,14 @@ pipeline {
sh 'git clean -fd'
}
}
stage('runtest') {
stage('test') {
steps {
sh './testrun.sh'
logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true
sh 'git reset --hard'
}
}
stage('publish') {
stage('queue') {
steps {
load './server_ver.groovy'
sh 'git checkout master'
@ -39,7 +39,7 @@ pipeline {
}
}
}
stage('resync') {
stage('update') {
steps {
load './server_ver.groovy'
sh 'git checkout delta'