Stages available in the CI provider, for which shortcuts
have been defined. All these functions call run_stage()
with the
corresponding stage name.
before_install(stages = dsl_load()) install(stages = dsl_load()) after_install(stages = dsl_load()) before_script(stages = dsl_load()) script(stages = dsl_load()) after_success(stages = dsl_load()) after_failure(stages = dsl_load()) before_deploy(stages = dsl_load()) deploy(stages = dsl_load()) after_deploy(stages = dsl_load()) after_script(stages = dsl_load())
stages |
|
---|