X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fsystem_type.sh;h=c3083ae283d0912ccb6f36997a41a634fcd779ff;hb=c1128cf51dd50360f151db52605913002d616206;hp=88210a4ce99756768dabd65fb799feeba70d4801;hpb=2fbb94cc9875397b402cebefffcb412c226f6bab;p=ci-management.git diff --git a/jenkins-scripts/system_type.sh b/jenkins-scripts/system_type.sh index 88210a4ce..c3083ae28 100755 --- a/jenkins-scripts/system_type.sh +++ b/jenkins-scripts/system_type.sh @@ -17,7 +17,8 @@ IFS=',' for i in "basebuild,basebuild" \ "centos,centos" \ "ubuntu1404,ubuntu1404" \ - "ubuntu1604,ubuntu1604" + "ubuntu1604,ubuntu1604" \ + "opensuse,opensuse" do set -- $i if [[ $HOST == *"$1"* ]]; then SYSTEM_TYPE="$2"