Check if rpmbuild return value is 0 when failing (echo the command return value to see), if so this is normal and rpmbuild is to blame for this else it's Jenkins fault.
If it fail and still return 0 you will have to parse the console output and check for the failures strings using Console Log Parser plugin or something like it. Else you can do the same but just mark the check as temporary until the appropriate channel fix it. Are you using something that wrap the rpmbuild command? Jerome -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9732b3ce-3c30-4659-a694-63854b8c4a93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
