GitLab CI Pipeline Explorer
Find the right commands you need without digging through the docs.
I have a job, I would like to:
...
Add a script
Configure image
Assign stages
Specify when to run
Save artifacts
Add miscellaneous parameters
Add other parameters
Add advanced parameters
I need to add a:
...
script
script before running a job
script after running a job
I need to add a:
...
image
I need to specify:
...
global stage
stage
pre and post stages
I need to specify:
...
only and except
when
retry
I need to specify:
...
artifacts
dependencies
I need to specify:
...
include
extend
anchors
I need to specify:
...
variables
allow failure
coverage
I need to specify:
...
cache
needs
rules
Code