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

simplify updatecli pinned and add 2.346.x however pinned to .1 #1279

Merged
merged 8 commits into from Jul 19, 2022

Conversation

jetersen
Copy link
Member

Tested locally after pushing and pointing values.yaml to this branch.

  • 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

token: "{{ requiredEnv .github.token }}"
versionfilter:
kind: regex
pattern: 'jenkins-2.346.1$' # fix to x.x.1 until the next stable minor release
Copy link
Member Author

Choose a reason for hiding this comment

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

relatively easy to bump the version pattern to .\d+$ and add the next stable minor release and add the new stable release pinned to .1$

Comment on lines +36 to +37
[string] $output = & $java -jar "$pluginManagerJar" --no-download --available-updates --output txt --jenkins-version "$JenkinsVersion" --plugins $plugin
if ($output -ne $plugin) {
Copy link
Member Author

Choose a reason for hiding this comment

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

nice this will always output the plugin either with the email-ext:2.86 or when updates are available email-ext:2.87 making comparison much easier.

updatecli/updatecli.d/update-plugins.ps1 Outdated Show resolved Hide resolved
updatecli/updatecli.d/update-plugins.ps1 Outdated Show resolved Hide resolved
@jetersen jetersen enabled auto-merge (squash) July 19, 2022 19:52
@jglick jglick added the chore Reduces future maintenance label Jul 19, 2022
@jetersen jetersen merged commit a4b49d9 into jenkinsci:master Jul 19, 2022
@jetersen jetersen deleted the bump/updatecli branch July 19, 2022 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Reduces future maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants