Compare commits
1 Commits
2b2c11d8a4
...
55c747087b
Author | SHA1 | Date | |
---|---|---|---|
|
55c747087b |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -61,11 +61,13 @@ pipeline {
|
||||
label 'deploy'
|
||||
}
|
||||
steps {
|
||||
sh "rm -rf *"
|
||||
unstash "download_bz2"
|
||||
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 "rm -rf *"
|
||||
}
|
||||
}
|
||||
stage('Deploy packages') {
|
||||
|
Loading…
Reference in New Issue
Block a user