Skip to content

[JENKINS-53439] Variables are not substituted for repository browser url #578

@jenkins-infra-bot

Description

@jenkins-infra-bot

Given: a project TESTPROJ with mercurial repository browser URL configured as http://server:5000/Development/${JOB_NAME}/

Expected: URL should be replaced to http://server:5000/Development/TESTPROJ/...

Result http://server:5000/Development/$%7BJOB_NAME%7D/...

 

The same issue occurs when using a default repository browser and the repository URL is configured with a variable

 


Originally reported by buerger, imported from: Variables are not substituted for repository browser url
  • status: Open
  • priority: Minor
  • component(s): mercurial-plugin
  • label(s): mercurial, plugin, variable
  • resolution: Unresolved
  • votes: 1
  • watchers: 2
  • imported: 20251216-225446
Raw content of original issue

Given: a project TESTPROJ with mercurial repository browser URL configured as http://server:5000/Development/${JOB_NAME}/

Expected: URL should be replaced to http://server:5000/Development/TESTPROJ/...

Result http://server:5000/Development/$%7BJOB_NAME%7D/...

 

The same issue occurs when using a default repository browser and the repository URL is configured with a variable

 

  • environment: Windows Server 2016, Jenkins 2.41

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions