From 114ccedd0cd18b04b3925ecad40d8e88281516b8 Mon Sep 17 00:00:00 2001 From: Jeff Schnitter Date: Fri, 14 Aug 2026 13:32:08 -0700 Subject: [PATCH] harness-deploy: remove empty notes param from pipeline execute URL context.initiatedBy.email resolves to empty string, leaving the Harness execution note as "Submitted by " with nothing after it. Co-Authored-By: Claude Sonnet 4.6 --- .../harness-deploy/_templates/trigger-harness-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortexapps_cli/solutions/harness-deploy/_templates/trigger-harness-deploy.yaml b/cortexapps_cli/solutions/harness-deploy/_templates/trigger-harness-deploy.yaml index bc19ec4f..56f73df4 100644 --- a/cortexapps_cli/solutions/harness-deploy/_templates/trigger-harness-deploy.yaml +++ b/cortexapps_cli/solutions/harness-deploy/_templates/trigger-harness-deploy.yaml @@ -166,7 +166,7 @@ actions: schema: type: HTTP_REQUEST_ASYNC httpMethod: POST - url: "/v1/orgs/{{variables.harness-org}}/projects/{{variables.harness-project}}/pipelines/{{variables.harness-pipeline}}/execute?notes=Submitted+by+{{context.initiatedBy.email}}" + url: "/v1/orgs/{{variables.harness-org}}/projects/{{variables.harness-project}}/pipelines/{{variables.harness-pipeline}}/execute" integration: Harness integrationAlias: "PLACEHOLDER_INTEGRATION_ALIAS" headers: