Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand ${revision} in description (#70) #71

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Expand ${revision} in description (#70) #71

merged 1 commit into from
Jan 13, 2025

Conversation

strangelookingnerd
Copy link
Contributor

Fixes #70

Testing done

Manually verified that the revision is displayed correctly.

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@strangelookingnerd strangelookingnerd added bug Something isn't working documentation Improvements or additions to documentation labels Jan 13, 2025
@strangelookingnerd strangelookingnerd requested a review from a team as a code owner January 13, 2025 11:40
@strangelookingnerd strangelookingnerd merged commit 4da3499 into main Jan 13, 2025
17 checks passed
@strangelookingnerd strangelookingnerd deleted the fix/70 branch January 13, 2025 12:03
@@ -20,5 +20,5 @@ SOFTWARE.

<?jelly escape-by-default='true'?>
<div>
Bundles <a href="https://hc.apache.org/httpcomponents-client-5.2.x/index.html" target="_blank">Apache HttpComponents Client ${revision}</a> and allows it to be used by Jenkins plugins.
Bundles <a href="https://hc.apache.org" target="_blank">Apache HttpComponents Client ${revision}</a> and allows it to be used by Jenkins plugins.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just omit the specific version from index.jelly? Jenkins admins should not care, this is just one transitive dep among dozens to upgrade in bulk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin manager shows literally ${revision} in description
2 participants