Skip to content
Snippets Groups Projects
Commit 9d21ff51 authored by Luis Araujo's avatar Luis Araujo
Browse files

Fix Jenkins job parameters for obs-installability check


Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent b45a0849
No related branches found
No related tags found
1 merge request!8Fix Jenkins job parameters for obs-installability check
......@@ -12,9 +12,9 @@ pipeline {
steps {
sh """#!/bin/bash
set -uex
# assume a job name such as `apertis-v2020dev0/health/obs-installability-target` and try to
# assume a job name such as `apertis-v2020dev0/health/obs-installability` and try to
# derive default parameters from that
IFS='-/' read _ RELEASE _ _ _ _ <<< "${env.JOB_NAME}"
IFS='-/' read _ RELEASE _ _ _ <<< "${env.JOB_NAME}"
test -n "${params.RELEASE}" && RELEASE=${params.RELEASE}
export HOME=/tmp
......
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