You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract the creation of CustomPublishers with a configuration like:
class CustomPublisherConfiguration : PublisherConfiguration {
override var name = "CustomPublisherConfiguration"
override var publishBuildMetrics = true
override var publishTaskMetrics = true
val publisher: Publisher? = null
}
This will help us to include custom publishers in the HybridPublisher and have a better syntax in the main publisher configuration
The text was updated successfully, but these errors were encountered:
Abstract the creation of
CustomPublishers
with a configuration like:This will help us to include custom publishers in the HybridPublisher and have a better syntax in the main publisher configuration
The text was updated successfully, but these errors were encountered: