Fixed Jenkinsfile.
This commit is contained in:
parent
f1969da177
commit
0c8bf14c38
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("run server") {
|
stage("run server") {
|
||||||
steps {
|
steps {
|
||||||
dir('run 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"
|
||||||
lock('Port 25565') {
|
lock('Port 25565') {
|
||||||
|
Loading…
Reference in New Issue
Block a user