Fixed Jenkinsfile typo.
This commit is contained in:
parent
67ff7733bc
commit
229605608b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,8 +24,8 @@ pipeline {
|
|||||||
when {
|
when {
|
||||||
branch '**/master'
|
branch '**/master'
|
||||||
}
|
}
|
||||||
sh "git clean -dfX"
|
|
||||||
steps {
|
steps {
|
||||||
|
sh "git clean -dfX"
|
||||||
sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) {
|
sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) {
|
||||||
sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/"
|
sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user