Removed flattern
This commit is contained in:
parent
f3fc01cdb8
commit
dc84580615
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -41,7 +41,7 @@ pipeline {
|
|||||||
remote.password = 'ci'
|
remote.password = 'ci'
|
||||||
remote.allowAnyHosts = true
|
remote.allowAnyHosts = true
|
||||||
// Upload the build folder
|
// Upload the build folder
|
||||||
sshPut remote: remote, from: 'build/', into: '/srv/farmcontrol-server/', flatten: false
|
sshPut remote: remote, from: 'build/', into: '/srv/farmcontrol-server/'
|
||||||
|
|
||||||
// Restart the service
|
// Restart the service
|
||||||
sshCommand remote: remote, command: 'sudo /bin/systemctl restart farmcontrol-server.service'
|
sshCommand remote: remote, command: 'sudo /bin/systemctl restart farmcontrol-server.service'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user