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

[JENKINS-72314] Tidy up previous changes #1472

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

Vlatombe
Copy link
Member

Amends #1471 taking into account #1471 (comment)

Testing done

Submitter checklist

Preview Give feedback

@Vlatombe Vlatombe added the bug Bug Fixes label Nov 16, 2023
@Vlatombe Vlatombe requested a review from a team as a code owner November 16, 2023 15:36
@@ -716,7 +717,7 @@ public boolean equals(Object o) {
Objects.equals(jenkinsUrl, that.jenkinsUrl) &&
Objects.equals(jenkinsTunnel, that.jenkinsTunnel) &&
Objects.equals(credentialsId, that.credentialsId) &&
Objects.equals(podLabels, that.podLabels) &&
Objects.equals(getPodLabels(), that.getPodLabels()) &&
Copy link
Member Author

Choose a reason for hiding this comment

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

This is what I should have done in the first attempt.

Copy link
Member

Choose a reason for hiding this comment

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

Ah, clear now.

@@ -716,7 +717,7 @@ public boolean equals(Object o) {
Objects.equals(jenkinsUrl, that.jenkinsUrl) &&
Objects.equals(jenkinsTunnel, that.jenkinsTunnel) &&
Objects.equals(credentialsId, that.credentialsId) &&
Objects.equals(podLabels, that.podLabels) &&
Objects.equals(getPodLabels(), that.getPodLabels()) &&
Copy link
Member

Choose a reason for hiding this comment

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

Ah, clear now.

@Vlatombe Vlatombe enabled auto-merge November 16, 2023 16:03
@Vlatombe Vlatombe merged commit fd176ec into jenkinsci:master Nov 16, 2023
5 checks passed
@Vlatombe Vlatombe deleted the tidy-up-JENKINS-72314 branch November 16, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants