jenkinsci / stashnotifier-plugin

A Jenkins Plugin to notify Atlassian Stash|Bitbucket of build results
https://plugins.jenkins.io/stashNotifier/
Other
163 stars 135 forks source link

More control over bitbucket bit failure popup #244

Open stuaxo opened 5 years ago

stuaxo commented 5 years ago

Changing the build title as in #241 is definitely handy.

Is there any way to get control over the dialogue in bitbucket that comes up when you press (!) ?

It would be useful to change the text underneath the title would be handy, especially to include some sort of summary.

Or does this need new features in bitbucket ?

image

scaytrase commented 5 years ago

Yea, currently the text is taken from build description

https://github.com/jenkinsci/stashnotifier-plugin/blob/c5c1d2e4f5078e787a11d2502ba427ea7bff1786/src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java#L990-L1008

So you can just set build description with other tools to make it more useful

scaytrase commented 2 years ago

For the history and the future. We need to have a way to manipulate both description (for custom use cases) and configurable predefined messages (for classic UI), have custom case preferred over messages

Subhajit009iitr commented 10 months ago

Hey, I am interested in looking into this issue! Can you please explain once what kind of message needs to be shown? Is it the same type as is in #241 ?