Skip to content

Commit

Permalink
Update uiVeri5ExecuteTests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CCFenner authored Sep 20, 2024
1 parent 8a09c65 commit cf3ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/steps/uiVeri5ExecuteTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ withCredentials([usernamePassword(

There is also the option to use [vault for test credentials](https://www.project-piper.io/infrastructure/vault/#using-vault-for-test-credentials).

In a Pipeline Template, a [Stage Exit](../extensibility/#1-extend-individual-stages) can be used to fetch the credentials and store them in the environment. As the environment is passed down to uiVeri5ExecuteTests, the variables will be present there. This is an example for the stage exit `.pipeline/extensions/Acceptance.groovy` where the `credentialsId` is read from the `config.yml`:
In a Pipeline Template, a [Stage Exit](../extensibility.md/#1-extend-individual-stages) can be used to fetch the credentials and store them in the environment. As the environment is passed down to uiVeri5ExecuteTests, the variables will be present there. This is an example for the stage exit `.pipeline/extensions/Acceptance.groovy` where the `credentialsId` is read from the `config.yml`:

```groovy
void call(Map params) {
Expand Down

0 comments on commit cf3ff5f

Please sign in to comment.