Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: variables injection #2539

Open
fsamin opened this issue Apr 6, 2018 · 0 comments
Open

tests: variables injection #2539

fsamin opened this issue Apr 6, 2018 · 0 comments
Labels

Comments

@fsamin
Copy link
Member

fsamin commented Apr 6, 2018

Have the following variables defined in the environment of a step:

- CDS_ENVIRONMENT
- CDS_PIP_*
- CDS_PIPELINE
- CDS_APP_*
- CDS_VERSION (being the build number)
- CDS_JOB

Have the following variables replaced in a step:

- {{.cds.project}}
- {{.cds.version}}
- {{.cds.application}}
- {{.cds.pipeline}}
- {{.cds.environment}}
- {{.cds.triggered_by.email}}
- {{.cds.triggered_by.fullname}}
- {{.cds.triggered_by.username}}
- {{.cds.buildNumber}}
- {{.cds.proj.*}}
- {{.cds.pip.*}}
@fsamin fsamin added the tests label Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant