blob: 800805beb29604a7dc2283e94928fb294e0c53b3 [file] [log] [blame]
#!/bin/bash
set -eu
MYDIR="$(dirname $0)"
. "${MYDIR}/../config"
. "${MYDIR}/../auth"
QUERY="$1"
curl -g -XGET -u "${JENKINS_USER}:${JENKINS_TOKEN}" "${URL}/${QUERY}" -f