Project Sync fails when project is created with SCM type as "mercurial"

Title -
Project Sync fails when project is created with SCM type as “mercurial”

Execution Steps :1. Login to AWX dashboard with admin user

  1. Click on the project panel to create a project ‘test_job’.

  2. Select SCM Type as ‘mercurial’

  3. Create a job template with created project.

  4. Analyse the behaviour.

Observation :

It is observed that project sync fails after the creation of project with SCM Type as mercurial.
Following error is received :
‘abort: http authorization required’

Expected Result :

Project should be created successfully .

Any lead in this would be appreciated

Looks like you are missing the credentials required to connect to the repository
roshni chatterjee writes:

Hi All,

Please find the correct execution steps as follows -

1.Create a credential with credential type as ‘Source Control’

2.Provide username and password of the mercurial credential at the place of username and password of credential

3.Go to the project and select SCM type as mercurial

4.Provide SCM url and SCM credential (i.e credential created with mercurial username and password)