Btw. if you guys consider Docker. Koji currently has support for base
Images, layered images will come shortly.
If you are interested, please create a feature request for me in the
Jira / or we can discuss it here to support Docker builds from
Jenkins-Koji integration.
Cheers,
Vaclav
On 05/26/2014 01:56 PM, Kanstantsin Shautsou wrote:
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]
<mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
Vaclav Tunka
Enterprise Application Platforms
JBoss by Red Hat
--
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.