MendBolt Task in Azure DevOps not working

114 Views Asked by At

I have installed the free MendBolt extension in my ADO Organization. I have also registered my account by going to Organization Settings > Extension > Mend and providing my details like Name, Email, and Company.

When I use MendBolt task in the pipeline, like following:

- task: WhiteSource@21
  inputs:
    cwd: '$(System.DefaultWorkingDirectory)'
    projectName: 'projname'
  displayName: WhiteSource:Scan packages

I get the following error:

Unable to get Mend organization capabilities. Please reactivate the Mend extension by updating the activation key under Organization Settings > Extensions > Mend

This is working in another ADO Organization without any error but not in my current ADO Org.

What is the reason? And how do I get this working?

0

There are 0 best solutions below