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

Add Jira Test Result Reporter to the managed set #3606 #3637

Closed

Conversation

darinpope
Copy link
Contributor

needed to modify check.groovy to remove the sorting because of uppercase issues. SInce we're now using spotless, we were getting into a doom loop sort ordering.

Testing done

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

needed to modify `check.groovy` to remove the sorting because of uppercase issues. SInce we're now using spotless, we were getting into a doom loop sort ordering.
@darinpope darinpope linked an issue Sep 26, 2024 that may be closed by this pull request
@basil basil added the full-test Test all LTS lines in this PR and do not halt upon first error. label Sep 26, 2024
def sortedDeps = managedPluginDeps.toSorted { a, b ->
def aSplit = a.split(':')
def bSplit = b.split(':')
def result = aSplit[0] <=> bSplit[0]
Copy link
Member

Choose a reason for hiding this comment

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

you could probably just do a toLowerCase() here and on line 28

Not sure if it's necessary, but following the patter of a few of the plugins
@MarkEWaite MarkEWaite added the skip-artifact-caching-proxy Do not use artifact caching proxy on this pull request label Sep 26, 2024
@darinpope
Copy link
Contributor Author

Closing for now. See the comment in #3606 for more details.

@darinpope darinpope closed this Sep 27, 2024
@darinpope darinpope deleted the add-jira-test-result-reporter branch September 27, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-test Test all LTS lines in this PR and do not halt upon first error. skip-artifact-caching-proxy Do not use artifact caching proxy on this pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants