Updated Jenkinsfile.
This commit is contained in:
parent
e19da4c362
commit
7ae98418bf
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -46,7 +46,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh "git clean -dfX"
|
||||
sh "rm -r world"
|
||||
sh "rm -r world && exit 0"
|
||||
sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) {
|
||||
sh "systemctl --user stop rsemcs"
|
||||
sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/"
|
||||
|
Loading…
Reference in New Issue
Block a user