Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to use secrets in code as variables in pipeline?

Vladimir Parlikj March 17, 2022

Hello guys, I am using Selenium with Java Maven for automation UI testing. In the photo bellow I use username/password from .env file and is working perfectly fine locally.

Screenshot_1.png

My question is how and is it possible to setup TEST_USERNAME and TEST_PASSWORD as variables in Bitbucket and use them during the pipeline?

 

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 21, 2022

Hi @Vladimir Parlikj and welcome to the community!

You can define Pipelines variables
- either for a workspace (they can be used by all repos in that workspace)
- or for a repository (they can be used in that repo only)
- or as deployment variables (they can be used only in a deployment step of that specific deployment)

You can see more details here:

If you define a variable named TEST_USERNAME, then you can reference it in a file as ${TEST_USERNAME}

If you don't want to make use of Pipelines variables and you want to use the .env file you have, then you can

- commit the .env file in the repo (if it's not part of the repo already)
- source it at the beginning of the build, e.g. if the file is named build.env

source build.env

- you can then reference the variable the same way, as ${TEST_USERNAME}

Is this something that works for you? Or do you perhaps have some different/additional requirements?

Kind regards,
Theodora

Vladimir Parlikj March 21, 2022

yeah, thank you @Theodora Boudale

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 22, 2022

You are welcome Vladimir, please feel free to let me know if you need anything further!

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events