Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Groovy Postbuild Plugin, and use it to display different info from build logs. But is there any way to write the same info on project page, not the build page? I mean,

BUILD PAGE: http://localhost:8080/job/A_JOB/121/ 
PROJECT PAGE: http://localhost:8080/job/A_JOB/
share|improve this question

1 Answer

up vote 0 down vote accepted

I think you are looking for Job::setDescription that sets Job description HTML (you do it by hand via add description on the job page).

share|improve this answer
Thanks, that worked. – Moni Jun 10 '12 at 15:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.