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

Introducing ComponentCategory.BUILDS #496

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

jglick
Copy link
Member

@jglick jglick commented Nov 15, 2023

A good place for several Pipeline-specific components in jenkinsci/workflow-cps-plugin#814.

@jglick jglick requested a review from a team as a code owner November 15, 2023 21:27
@@ -98,7 +98,7 @@ public boolean understandsSymlink() {
@NonNull
@Override
public ComponentCategory getCategory() {
return ComponentCategory.PLATFORM;
return ComponentCategory.BUILDS;
Copy link
Member Author

Choose a reason for hiding this comment

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

category not used in ObjectComponents AFAICT, so this has no visible effect.

@Dohbedoh Dohbedoh merged commit beb40b2 into jenkinsci:master Nov 21, 2023
16 checks passed
@jglick jglick deleted the ComponentCategory.BUILDS branch November 28, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants