We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
icon
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
parameterBest regards,
Oscar Pinilla
The text was updated successfully, but these errors were encountered: