groovy - Programmatically set build description -


i'm trying create git-pull-request-checker workflow plugin. there way set description build (e.g. pr#123: fixed bug) becomes visible in list of previous builds?

as of 1.4, try

currentbuild.description = 'pr#123: fixed bug' 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -