You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-operator/step-registry/redhat-developer/rhdh/send/data-router/redhat-developer-rhdh-send-data-router-commands.sh
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@
3
3
set +o errexit
4
4
set +o nounset
5
5
6
+
# Skip data router reporting when job was triggered via Gangway API with overrides
Copy file name to clipboardExpand all lines: ci-operator/step-registry/redhat-developer/rhdh/send/data-router/redhat-developer-rhdh-send-data-router-ref.yaml
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ ref:
5
5
- mount_path: /tmp/secrets
6
6
name: rhdh-send-data-router
7
7
namespace: test-credentials
8
+
env:
9
+
- name: MULTISTAGE_PARAM_OVERRIDE_QUAY_REPO
10
+
default: ""
11
+
documentation: Optional. Overrides QUAY_REPO via Gangway API.
12
+
- name: MULTISTAGE_PARAM_OVERRIDE_GITHUB_ORG_NAME
13
+
default: ""
14
+
documentation: Optional. Overrides GITHUB_ORG_NAME via Gangway API.
0 commit comments