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
Post a Comment