Compare commits
1 Commits
68bf6c751a
...
5e51a6b1f7
Author | SHA1 | Date | |
---|---|---|---|
|
5e51a6b1f7 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -41,7 +41,7 @@ pipeline {
|
||||
unstash "download_gz"
|
||||
unstash "download_xz"
|
||||
sh "mkdir -p /srv/files.blackfinn.de/data/mirror/sources"
|
||||
sh "rsync -zv build/downloads/* /srv/files.blackfinn.de/data/mirror/sources || exit 0"
|
||||
sh "rsync -zv build/downloads/* /srv/files.blackfinn.de/data/mirror/sources/ || exit 0"
|
||||
}
|
||||
}
|
||||
stage('Deploy packages') {
|
||||
|
Loading…
Reference in New Issue
Block a user