Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a Hudson job set a description of its own build?

I'm aware there is Web API allowing this trick using current build number. But it requires authentication thus script must be edited on each hudson.

Is there a way to achieve that from script or through plugin?

like image 920
Sergey Grinev Avatar asked Jan 16 '12 15:01

Sergey Grinev


1 Answers

If you're talking about setting the description of a build, Jenkins can do this, based on a regular expression in the build output.

See the Description Setter Plugin.

like image 140
Christopher Orr Avatar answered Sep 28 '22 17:09

Christopher Orr