Hi all, I need a custom field in jenkins for reporting issues. I have a groovy script which sends a mail of all builds which were made on the server and if the build failed. I want to add a custom field for each project who the maintainer of the project is. How do i do it (without writing a plugin)?
I found the same question on stack overflow but without answer http://stackoverflow.com/questions/6096795/custom-fields-for-test-reporting-in-jenkins Thanks, David
