The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

SmileHub Notifier

smilehubSend: Send SmileHub Message

Simple step for sending a SmileHub message to specified channel.
Use the advanced settings to override the SmileHub Plugin global configuration to include: channel.
Please see the SmileHub Plugin global configuration for more details on the fields. Usage Example:
rocketSend "Build Started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
  • message : String
  • attachments (optional)
      Array / List of Nested Object
    • title : String
    • audioUrl : String (optional)
    • authorIcon : String (optional)
    • authorName : String (optional)
    • collapsed : boolean (optional)
    • color : String (optional)
    • imageUrl : String (optional)
    • messageLink : String (optional)
    • text : String (optional)
    • thumbUrl : String (optional)
    • titleLink : String (optional)
    • titleLinkDownload : boolean (optional)
    • ts : String (optional)
    • videoUrl : String (optional)
  • avatar : String (optional)
  • channel : String (optional)
  • color : String (optional)
  • emoji : String (optional)
  • failOnError : boolean (optional)
  • rawMessage : boolean (optional)
  • serverUrl : String (optional)
  • trustSSL : boolean (optional)
  • webhookToken : String (optional)
  • webhookTokenCredentialId : String (optional)

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.