Skip to content
Snippets Groups Projects

Upload delta bundles to hawkBit

Merged Andrej Shadura requested to merge wip/andrewsh/hawkbit-upload into apertis/v2020pre
All threads resolved!
+ 1
1
@@ -273,7 +273,7 @@ def buildOStree(architecture, type, board, debosarguments = "", repo = "repo") {
withCredentials([usernamePassword(credentialsId: 'hawkbit', usernameVariable: 'username', passwordVariable: 'password')]) {
sh(script: """
cd ${PIPELINE_VERSION}/${architecture}/${type}
${WORKSPACE}/scripts/hawkbit-upload.sh -u http://aura.collabora.co.uk:8080 ${username} ${password} distribution "apertis_${release}" "Apertis ${release}" "${PIPELINE_VERSION}" os ${image_name}.delta || true
${WORKSPACE}/scripts/hawkbit-upload.sh -u http://aura.collabora.co.uk:8080 ${username} ${password} distribution "apertis_${release}-${type}-${architecture}-${board}" "Apertis ${release} ${type} for ${architecture} ${board}" "${PIPELINE_VERSION}" os ${image_name}.delta || true
""")
}
}
Loading