fixed ending
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
parameters {
|
||||
agent any
|
||||
stages {
|
||||
stage ('Run Backup to David') {
|
||||
steps {
|
||||
script {
|
||||
sh "rsync -v -a -e 'ssh -p 664' --delete --bwlimit=3000 --info=progress2 ${env.borglocation} matthias@home.daf2000.nl:/media/disk/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user