Skip to content
Snippets Groups Projects
Commit 4af8295d authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Jenkinsfile: Fix minimal ospack building


Bulld the minimal ospack again by properly handling `null` debos arguments.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent f3e30896
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -525,6 +525,7 @@ buildCandidates.each { name, arch ->
arch.types.each { type, params ->
/* merge the per-arch default with per-type params */
def merged = [:] << arch << params
merged.args = merged.args ?: ""
if (!params.requires) {
/* first, build all jobs which don’t have any dependencies, in parallel */
......
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