Fixed Jenkinsfile typo.

This commit is contained in:
Harrison Deng 2022-05-12 04:34:50 -05:00
parent 67ff7733bc
commit 229605608b

2
Jenkinsfile vendored
View File

@ -24,8 +24,8 @@ pipeline {
when {
branch '**/master'
}
sh "git clean -dfX"
steps {
sh "git clean -dfX"
sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) {
sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/"
}