November 2018
Beginner
180 pages
4h 26m
English
The when parameter can be one four values, and controls under which conditions a job is run. The possible values are as follows:
One example use case of when is as follows:
stages: - build - cleanup_buildbuild_job: stage: build script: - webpackcleanup_build_job: stage: cleanup_build script: - rm /dist/* when: on_failure
In the preceding case, the build job is always ...
Read now
Unlock full access