Versions Compared

Key

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

Instructions

...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10213
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "BSD"
labelskb-how-to-article

...

hiddentrue

...

Pre-requisite :

  • User should be on the Home screen of the BQ platform.

  • Postman application should be installed onto the machine.

BQ Integration with CICD Tools

  1. Click on Setup.

    Image Added

  2. Click on Add On (s).

    Image Added

     

  3. Click on Add Add-on button.

    Image 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)

      Image Added

       

  5. Click on Save.

    Image Added

     

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

    Image Added

     

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

    Image 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.

Running Tests from CICD pipeline

How to setup Jenkins?