We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4370a41 + 659ffba commit f431c07Copy full SHA for f431c07
README.md
@@ -73,6 +73,15 @@ inside a shell they're directly executed by the runner itself.
73
These variables will typically be set as (masked) CI variables, but they could
74
also be provided directly in the job.
75
76
+## Accessing GitLab CI job variables inside LAVA job definition file
77
+
78
+GitLab CI job variables are exposed as fields of a ``job`` template variable
79
+inside the LAVA job definition file. Example:
80
81
+```
82
+job_name: Automated test submitted from GitLab CI Job {{ job.CI_JOB_ID }}
83
84
85
## Runner supported commands
86
87
The following commands are currently supported in the job scripts:
0 commit comments