Fixed Jenkinsfile typo.
Fixed server launch path in Jenkinsfile.
This commit is contained in:
parent
ad1ece15da
commit
0abd316d13
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,7 +3,9 @@ pipeline {
|
||||
stages {
|
||||
stage("server launch test") {
|
||||
steps {
|
||||
sh "./run.sh"
|
||||
dir('server') {
|
||||
sh "./run.sh"
|
||||
}
|
||||
logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true
|
||||
sh 'git reset --hard'
|
||||
}
|
||||
@ -18,4 +20,5 @@ pipeline {
|
||||
fingerprint 'publish/*.zip'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user