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.

CollabNet Plugins

publishEventQ: Notify TeamForge EventQ

  • serverUrl
    This is the URL to your TeamForge EventQ message-queue server. It should not have any path information in it. For example: amqp://mq.example.com:5672
    • Type: String
  • credentialsId (optional)

    If none is given, global TeamForge credentials will be used for this job.

    • Type: String
  • excludeCommitInfo (optional)
    Whether to exclude associated commit information in EventQ notification.
    • Type: boolean
  • markUnstable (optional)
    Mark current job as unstable if this step fails to notify EventQ.
    • Type: boolean
  • sourceKey (optional)
    This is the key to the build source on your TeamForge EventQ server. You can find it by visiting the configuration page for the source to which builds should be reported.
    • Type: String
  • status (optional)
    (Optional) Specify EventQ status explicitly. If not provided, it will be determined based on the current run result.
    • Type: String

publishTeamForge: Notify TeamForge

  • webhookUrl
    TeamForge webhook url to post the build information. Ex. https://teamforge/inbox/{eventName}/{publisherId} Use either TeamForge or EventQ based integrations.
    • Type: String
  • credentialsId (optional)

    Credentials for Webhook authorization.

    • Type: String
  • excludeCommitInfo (optional)
    Whether to exclude associated commit information in TeamForge notification.
    • Type: boolean
  • markUnstable (optional)
    Mark current job as unstable if this step fails to notify TeamForge.
    • Type: boolean
  • status (optional)
    (Optional) Specify TeamForge status explicitly. If not provided, it will be determined based on the current run result.
    • Type: String

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.