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
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/reference/operator/contract.mdx
+27-2
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,11 @@ The following environment variables will be automatically added to the attestati
126
126
-`CI_RUNNER_DESCRIPTION`
127
127
-`CI_COMMIT_REF_NAME`
128
128
129
-
A link to the Gitlab CI job will be recorded in the control plane too during initialization.
129
+
A link to the Gitlab CI job will be recorded in the control plane too, during initialization.
130
130
131
131
### `AZURE_PIPELINE`
132
132
133
-
The following environment variables will be automatically added to the attestation. For more information on what they mean refer to [this link](https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml).
133
+
The following environment variables will be automatically added to the attestation. For more information on what they mean, refer to [this link](https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml).
134
134
135
135
-`BUILD_REQUESTEDFOREMAIL`
136
136
-`BUILD_REQUESTEDFOR`
@@ -145,6 +145,31 @@ The following environment variables will be automatically added to the attestati
145
145
146
146
A link to the Azure Pipeline build will be recorded in the control plane too during initialization.
147
147
148
+
### `JENKINS_JOB`
149
+
150
+
The following environment variables will be automatically added to the attestation. For more information on how to use Jenkins environment variables, refer to [the official Jenkins documentation](https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#using-environment-variables).
151
+
152
+
-`JOB_NAME`
153
+
-`BUILD_URL`
154
+
-`GIT_BRANCH` (optional)
155
+
-`GIT_COMMIT` (optional)
156
+
-`AGENT_WORKDIR`
157
+
-`NODE_NAME`
158
+
159
+
A link to the build will be recorded in the control plane too, during initialization.
160
+
161
+
### `CIRCLECI_BUILD`
162
+
163
+
The following environment variables will be automatically added to the attestation. For more information on their meaning, refer to [the official CircleCI documentation](https://circleci.com/docs/variables/).
164
+
165
+
-`CIRCLE_BUILD_URL`
166
+
-`CIRCLE_JOB`
167
+
-`CIRCLE_BRANCH` (optional)
168
+
-`CIRCLE_NODE_TOTAL`
169
+
-`CIRCLE_NODE_INDEX`
170
+
171
+
A link to the CircleCI build will be recorded in the control plane too, during initialization.
172
+
148
173
:::tip
149
174
Remember, if all the **env variables** that you need are not defined in the context, you can extend such list via the `envAllowList` option.
0 commit comments