Remove unused {jdks} variable
[releng/builder.git] / jjb / integration / update-csit-tests.sh
index 6522677076f60e63b4162822efc158e93bb63991..a56fd02a5ea8fcbd1958554154b211c91b914526 100644 (file)
@@ -14,6 +14,7 @@ jobs_file=$(mktemp)
 search_string="csit"
 
 wget --quiet -O "$jobs_file" https://jenkins.opendaylight.org/$SILO/api/xml
+# shellcheck disable=SC2207
 jobs=($(xmlstarlet sel -t -m '//hudson/job' \
     -n -v 'name' "$jobs_file" | grep $search_string | grep $STREAM))