I have a simple Perl script that allows us to set the build description when we 
use the Promoted Build Plugin. For example, when a build is promoted  to a 
testing environment, I can add a description to the build:

    jdescribe.pl -description "<font color='green'>Deployed to QA-5 
env</b></font>"

This could be used remotely too:

    jdescribe.pl -jenkins $JENKINS_URL -user jenkins -pass swordfish -job 
foo-trunk -build 5 -desc "Yadda, yadda, yadda"

The script can be found on https://github.com/qazwart/J_Describe.

--
David Weintraub
[email protected]

perl -e 'print "Just another second rate Perl Hacker\n";'

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to