From c6b233699f524bd1ca5bf7860974f0fa474511a2 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 4 Mar 2022 03:24:31 -0500 Subject: [PATCH] update job template id due to environment rebuild --- utils/provision_tower_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/provision_tower_test.sh b/utils/provision_tower_test.sh index e4784d3..0076a3b 100755 --- a/utils/provision_tower_test.sh +++ b/utils/provision_tower_test.sh @@ -4,7 +4,7 @@ CONC="20" REQU="20" BASE_URL="tower2.thezengarden.net" -AAP_JOB_ID="9" +AAP_JOB_ID="10" POST_PAYLOAD_PATH="empty.post" #POST_PAYLOAD_PATH="provision.post" POST_PAYLOAD_TYPE="application/json"