Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step-by-step guide (BQ Integration with CICD Tools)

  1. Click on Setup.

    Image RemovedImage Added

  2. Click on Add On (s).

    Image RemovedImage Added

     

  3. Click on Add Add-on button.

    Image RemovedImage Added

     

  4. Enter meta-data for below fields :

    1. Name

    2. Add-On Type (CiClient selected by default)

    3. Description

    4. Comma Separated List of IP's (enter ip address of all the machines user wishes to allow for CI/CD. You can look up for the machine(s) ip address by typing my ip on google)

       

  5. Click on Save.

    Image RemovedImage Added

     

  6. Once user clicks on Save button, the Api Key and Secret Key will be auto-generated.

    Image RemovedImage Added

     

  7. Copy the Secret Key and use it as Authorization with Bearer Token in CICD Tools.

    Image RemovedImage Added

     

Info

In the CI/CD tool, please use https://app.bqurious.com/api2/ci/executeFromCi/ as the request URL for POST and https://app.bqurious.com/api2/ci/fetchSummaryResult/ as the request URL for POST.

...