Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins Image for notifications deleted #127

Open
Solksjaer opened this issue Nov 13, 2019 · 0 comments
Open

Jenkins Image for notifications deleted #127

Solksjaer opened this issue Nov 13, 2019 · 0 comments

Comments

@Solksjaer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant