Skip to content

Fix redundant "jenkins" in the url environment variable name#3

Open
dpitman-nvda wants to merge 3 commits intoakhilthomas236:mainfrom
dpitman-nvda:fix-env-var
Open

Fix redundant "jenkins" in the url environment variable name#3
dpitman-nvda wants to merge 3 commits intoakhilthomas236:mainfrom
dpitman-nvda:fix-env-var

Conversation

@dpitman-nvda
Copy link
Copy Markdown

@dpitman-nvda dpitman-nvda commented Mar 13, 2026

Pull Request

Description

Since the Pydantic model_config prefixes all input environment variables with JENKINS_, naming the variable jenkins_url is redundant and confusingly makes the environment variable name JENKINS_JENKINS_URL. This PR fixes that duplicate naming.

Changes Made

Renamed jenkins_url to url in config.py.

How to Test

N/A

Checklist

  • Updated documentation
  • Added tests
  • Tested with VS Code
  • Tested with UVX command

Signed-off-by: Derek Pitman <dpitman@nvidia.com>
Signed-off-by: Derek Pitman <dpitman@nvidia.com>
Signed-off-by: Derek Pitman <dpitman@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant