[JIRA] (JENKINS-57637) Detach the required classes and their descriptors from "hudson.plugins.promoted_builds" package and refactor them for Pipeline Compatibility.
12 views
Skip to first unread message
2017uec1250@mnit.ac.in (JIRA)
unread,
May 31, 2019, 3:17:02 AM5/31/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Many of the required "hudson.plugins.promoted_builds.conditions" extension points depend on certain classes/extension point implementations in the promoted_builds package. Such modules are to be detached and refactored. 1) PromotionCondition, 2) PromotionBadge, 3) PromotionProcess, 4) PromotionConditionDescriptor, 5) JobPropertyImpl, 6) PromotedBuildAction, 7) All the related DescriptorImpl's and Descriptors (eg: PromotionConditionDescriptor) 8) [Also other classes (if needed)]
This would be the initial step to make the promotion conditions work in the pipelines.
Many of the required "hudson.plugins.promoted_builds.conditions" extension points depend on certain classes/extension point implementations in the promoted_builds package. Such modules are to be detached and refactored for pipeline compatibility so that they can be extended by the classes in the promoted_builds.condition. Such main classes include:
1) PromotionCondition, 2) PromotionBadge, 3) PromotionProcess, 4) PromotionConditionDescriptor, 5) JobPropertyImpl, 6) PromotedBuildAction, 7) All the related DescriptorImpl's and Descriptors (eg: PromotionConditionDescriptor) 8) [Also other classes (if needed)]
This would be the initial step to make the promotion conditions work in the pipelines.