Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 373 Bytes

CI.md

File metadata and controls

5 lines (4 loc) · 373 Bytes

CI Integration with tfacon

  1. Store credentials like auth_token in tfacon-secrets(jenkins credentials)
  2. Extract launch_name/launch_id from Test Manegement Platform(Report Portal) by your CI(This part should be done as a part of your own automation)
  3. run tfacon run -v --auth-token ${tfacon-secrets} --project-name "project-name" --launch-name "launch-name"