Fixed typo in Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-12 04:57:20 -05:00
parent e88b174145
commit 8bfb7c7ddb

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
} }
steps { steps {
sh "git clean -dfX" sh "git clean -dfX"
sh git add sh "git add"
sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) { sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) {
sh "systemctl --user stop rsemcs" sh "systemctl --user stop rsemcs"
sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/" sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/"