From b29bc5199ff7fe908420cd1c718be095d1ee58c4 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Fri, 14 Oct 2016 09:36:30 -0400 Subject: [PATCH] run-cwl-test.sh needs one more permission in its scoped token. No issue # --- jenkins/run-cwl-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh index a9a4cd4..068acd8 100755 --- a/jenkins/run-cwl-test.sh +++ b/jenkins/run-cwl-test.sh @@ -31,6 +31,7 @@ function usage { echo >&2 "\"GET /arvados/v1/jobs\"," echo >&2 "\"POST /arvados/v1/jobs\"," echo >&2 "\"GET /arvados/v1/pipeline_instances\"," + echo >&2 "\"GET /arvados/v1/pipeline_instances/\"," echo >&2 "\"POST /arvados/v1/pipeline_instances\"," echo >&2 "\"GET /arvados/v1/collections/\"," echo >&2 "\"POST /arvados/v1/collections/\"," -- 2.30.2