Skip to content

Commit

Permalink
Update docs/wiki/The CI environment - Pipeline design.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmad Abdalla <28486158+ahmadabdalla@users.noreply.github.com>
  • Loading branch information
AlexanderSehr and ahmadabdalla authored Aug 6, 2023
1 parent 1b6d829 commit cabd277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/The CI environment - Pipeline design.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Each module pipeline comes with the following runtime parameters (which are iden
> **Note:** This switch cannot be used to bypass the publishing requirements, where both static tests & deployment validation jobs must be successful.
- `'Execute deployment validation'` switch: Can be enabled or disabled. It controls whether the deployment validation jobs are executed during the pipeline run.
- `'Remove deployed module'` switch: Can be enabled or disabled. It controls whether the test-deployed resources are removed after the deployment validation jobs. It is enabled by default.
> **Note:** This switch cannot be used to bypass the publishing requirements that both the static & deployment validation must be successful.
> **Note:** This switch cannot be used to bypass the publishing requirements, where both the static tests & deployment validation jobs must be successful.
- `'Publish prerelease module'` switch: Can be enabled or disabled and allows publishing a prerelease version for the corresponding module when running the pipeline from a branch different than `main|master`. It is disabled by default. For further information of how the input is processed refer to the [Publishing](./The%20CI%20environment%20-%20Publishing) dedicated page.

<img src="./media/CIEnvironment/modulePipelineInput.png" alt="Module Pipeline Input" height="300">
Expand Down

0 comments on commit cabd277

Please sign in to comment.