Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Steps to enter new configuration details

  1. To enter the details, go to KnowHOW Dashboard->Settings→Connections

  2.  Click on New Connection Button to add an Azure Repo Configuration

  3.  In Connection Details pop-up window search box type azure Repo.

  4. For PAT token :  {username}:{PAT}

    eg. abc@xyz.net:c3dhdGkubGFtYmFAcHVibGljaXNzYXB

  1. Fill in all the details like Connection-Name, BaseUrl, PAT, etc., and click on save.

Steps to edit configuration details

  1. Go to the existing Azure Repo connection.               

  2. Select the connection and click on the edit icon.

  3. Change the details on the pop-up window.

  4. Click on the "Save" button.

Workflow

The mapping between UI fields and MongoDB in tool_config collection

UI Field

MongoDB

URL

url

API Version

apiVersion

Repository Name

repositoryName

PAT TOKEN

pat

The mapping between REST API response and build_details collection in MongoDB

commit details

Rest API response

commit details

Rest API response

url

url

commitLog

comment

author

author.name

revisionNumber

commitId

commitTimestamp

committer.date

Note: Checkbox is not for saving multiple or data of your choice, whatever is present in the table above delete functionality, will be saved, check box is just for which fields we want to delete.

Now before submitting, check-in the submit preview form everything should be there, pat is encrypted, so its length will be 1 more than what you have entered.

  • No labels