Fixed Jenkinsfile typo.
This commit is contained in:
parent
115b19c636
commit
d513d3f6b5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
dir('server') {
|
dir('server') {
|
||||||
sh 'echo "eula=true" > eula.txt'
|
sh 'echo "eula=true" > eula.txt'
|
||||||
sh "chmod u+x ./run.sh"
|
sh "chmod u+x ./run.sh"
|
||||||
sh 'echo "stop" ./run.sh'
|
sh 'echo "stop" | ./run.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
|
||||||
sh 'git reset --hard'
|
sh 'git reset --hard'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user