Kevin Fleming, you can try OBS http://openbuildservice.org/ it more powerful then koji (can do dynamic rebuilds, build different package formats, easy run - just download and run, good documentation, excellent dependencies solver). You can do simple integration with jenkins by using osc command line tool. Just add shell execution and do 1) checkout sources 2) call 'osc build --clean --root="$WORKSPACE/buildroot" ' 3) using sudo, cp test results to workspace (if they are not read-only available) and add this path to junit test results 4) do osc addremove && osc commit -m "Updating source from jenking, because of new commit $COMMIT" That's all. If you want do build on server side, then you can use 'osc branch', build in branche project/package, package unit results in rpm, download back this rpm to jenkins, unpack and pass to junit plugin to decide what to do. Or you can even rebuild all packages to ensure that you change (i.e. gcc) doesn't broke any builds (see: https://en.opensuse.org/openSUSE:Build_Service_Concept_project_linking)
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/d/optout.
