Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
5e51a6b1f7 linux-blackfinn: Add Jenkinsfile
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2019-03-06 11:40:49 +01:00

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
unstash "download_gz" unstash "download_gz"
unstash "download_xz" unstash "download_xz"
sh "mkdir -p /srv/files.blackfinn.de/data/mirror/sources" 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') { stage('Deploy packages') {