Renamed pipeline steps.
This commit is contained in:
parent
d9c25a9ef0
commit
686d0aef8c
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user