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
- Set integration config params (ALM Octane URL, Shared Space, Workspace, credentials) and repository (Token and URL).
40
41
- Set unitTestResultsGlobPattern to match desired Test Results path.
42
+
- For Private repositories go to ```Settings -> Actions -> General``` and set your GITHUB_TOKEN permissions to Read and write. This is necessary to access the actions scope. (more details about GITHUB_TOKEN permissions [here](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token))
41
43
42
44
```yaml
43
45
jobs:
@@ -104,13 +106,16 @@ jobs:
104
106
105
107
## Limitations
106
108
- Needs at least one dedicated GitHub runner to execute the integration workflow.
107
-
- On each pipeline run, the commits that happened since the previous ALM Octane build will be injected. For that, at least one ALM Octane build needs to exist (the commits will be injected starting from the second run of the pipepline with the integration).
109
+
- On each pipeline run, the commits that happened since the previous ALM Octane build will be injected. For that, at least one ALM Octane build needs to exist (the commits will be injected starting from the second run of the pipeline with the integration).
108
110
- Commits from secondary branches will be injected by running the workflow on the desired branch.
109
111
## Change log
110
112
113
+
### v23.3.0
114
+
- Rebranding.
115
+
- Fixed issue with logs when connection to ALM Octane was failing.
116
+
111
117
### v1.0
112
118
- Creates CI server and pipelines, and reflects pipeline run status in ALM Octane.
0 commit comments