Is it possible to get job attributes without reading .gitlab-ci.yml
?
I mean these variables:
image
services
stages
before_script
after_script
variables
cache
include
etc
For example for image
attribute I can use $CI_JOB_IMAGE
, but I don't see any other correspondence with the variables (before_script
for example).
Or can this information not be obtained in any other way?