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
We are using the job dsl to describe our jobs. The slackNotifications method is deprecated in favor of the new slackNotifier method that comes from the extension points.
The old slackNotifications provided many defaults so we could configure e.g. the slackDomain, token, etc. globally in jenkins and then only add a small block like
but with the new slackNotifier method we have to specify all the properties:
ERROR: the following options are required and must be specified: teamDomain, authToken, buildServerUrl, sendAs, startNotification, notifyAborted, notifyNotBuilt, notifySuccess, notifyRepeatedFailure, includeTestSummary, commitInfoChoice, includeCustomMessage, customMessage
Is it possible to add defaults with extension points?
The text was updated successfully, but these errors were encountered:
We are using the job dsl to describe our jobs. The
slackNotifications
method is deprecated in favor of the newslackNotifier
method that comes from the extension points.The old
slackNotifications
provided many defaults so we could configure e.g. the slackDomain, token, etc. globally in jenkins and then only add a small block likebut with the new
slackNotifier
method we have to specify all the properties:Is it possible to add defaults with extension points?
The text was updated successfully, but these errors were encountered: