Re: Building RPMS from Jenkins job

2016-09-07 Thread jerome
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

Building RPMS from Jenkins job

2016-09-07 Thread Peter Berghold
I wonder if anybody else has had the experience that I've had. I have several jobs running in Jenkins right now that create an RPM file and deliver it to a repository. What I've observed is the rpmbuild command can error out and the build still get marked successful. Anybody else running into