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: docs/contribution_guide.md
+2
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ We strive to maintain a friendly and inclusive community. We have not yet establ
58
58
export BUILD_ID=""
59
59
export JOB_NAME_SAFE=""
60
60
export JOB_NAME=""
61
+
export PULL_NUMBER=""
61
62
export FIREWATCH_CONFIG=""
62
63
export FIREWATCH_DEFAULT_JIRA_PROJECT=""
63
64
```
@@ -72,6 +73,7 @@ We strive to maintain a friendly and inclusive community. We have not yet establ
72
73
- `JIRA_TOKEN`: The token needed to log in to the Jira service account that firewatch will use.
73
74
- `JIRA_SERVER`: URL to Jira server you would like to test against (should be `https://issues.stage.redhat.com`)
74
75
- `BUILD_ID`: Build ID from failed job you are testing with (`1696039978221441024`if using job from the example in step 1)
76
+
- `PULL_NUMBER`: PUll number for the PR of the rehearsal job you are testing with. If using a rehearsal job.
75
77
- `JOB_NAME_SAFE`: Safe job name from the prow job you are testing with (`openshift-pipelines-interop-aws`if using the job from the example in step 1)
76
78
- `JOB_NAME`: Full prow job name that you are testing with (`periodic-ci-openshift-pipelines-release-tests-release-v1.11-openshift-pipelines-ocp4.14-lp-interop-openshift-pipelines-interop-aws`if using the job from the example in step 1)
77
79
- `FIREWATCH_CONFIG`: Config you would like to test with. Use the [configuration guide](configuration_guide.md) for help.
0 commit comments