From a393b5ae7f1f08967938234f66c205311cb171c8 Mon Sep 17 00:00:00 2001 From: Mary Curran Date: Wed, 12 Jul 2023 10:53:54 -0400 Subject: [PATCH] env_id required --- scripts/pipeline/runTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipeline/runTest.sh b/scripts/pipeline/runTest.sh index 211f083c..45b4347e 100755 --- a/scripts/pipeline/runTest.sh +++ b/scripts/pipeline/runTest.sh @@ -79,7 +79,7 @@ else curl -X POST -H 'Content-type: application/json' --data '{"text":"<'$user'> accceptance test failure see below "}' $(get_env slack_web_hook_url) echo " " done - pipeline_url="https://cloud.ibm.com/devops/pipelines/tekton/${PIPELINE_ID}/runs/${PIPELINE_RUN_ID}" + pipeline_url="https://cloud.ibm.com/devops/pipelines/tekton/${PIPELINE_ID}/runs/${PIPELINE_RUN_ID}?env_id=ibm:yp:us-south" curl -X POST -H 'Content-type: application/json' --data '{"text":"Your acceptance test failed."}' $(get_env slack_web_hook_url)