Skip to content
Snippets Groups Projects
Commit fdefc89b authored by Martyn Welch's avatar Martyn Welch
Browse files

Correct path for uploading installer images.


The installer images are currently being uploaded to
`public/installers/v2019dev0/installer/...`, but should be uploaded to
`public/daily/v2019dev0/installer/...`.

Tweak the Jenkinsfile to upload the images to the correct location.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent e7f9b223
No related branches found
No related tags found
1 merge request!121Correct path for uploading installer images.
......@@ -444,7 +444,7 @@ def buildInstallers(installerTargets) {
// Upload artifacts
stage("installers upload") {
uploadDirectory (env.PIPELINE_VERSION, "installers/${release}")
uploadDirectory (env.PIPELINE_VERSION, "daily/${release}")
}
} finally {
stage("Cleanup installers") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment