jenkinsci / hipchat-plugin

HipChat notification plugin for Jenkins
https://plugins.jenkins.io/hipchat/
54 stars 85 forks source link

Jenkins Image for notifications deleted #127

Open Solksjaer opened 4 years ago

Solksjaer commented 4 years ago

Hello, The linked image for the standard notification icon has been removed:

https://github.com/jenkinsci/hipchat-plugin/blob/master/src/main/java/jenkins/plugins/hipchat/model/Constants.java#L5

https://bit.ly/2ctIstd

If you are the owner, you can just upload it again. In other case, just link another image.

Currently I´m just using custom URL using the icon parameter

    hipchatSend(
        icon: "https://some.cool.url.com/myImage.png",
        message: "<b>${currentBuild.getFullProjectName()} #${currentBuild.getNumber()}:</b> ${params.message}",
        color: params.color,
        notify: true,
        credentialId: 'hipchat',
        sendAs: params.sendAs,
        server: 'hipchat.server',
        room: params.room,
        failOnError: false
    )

Best regards, Oscar Pinilla