>
> the current "ooRexx build machine" is said to utilize Jenkins. Is that
> correct?
>
Yes

how does one go about setting up instances of various distros (Ubuntu) on
> it?
> Is it some sort of a virtual machine server that you can install your
> distro into,
> then have it run a build upon the OS installed?
>
Jenkins is a dispatcher only.  It dispatches jobs to any number of slave
machines.  You'll have to set up a slave (typically a VM that you have
access to), which can build and test ooRexx.  If this works, you can tell
the Jenkins build server about it, and have it schedule automatic builds.

I've done above on a Ubuntu 16.04 VM, and have successfully added it to our
Jenkins build server.  Any repository changes will now automatically
trigger a build, a test, and a copy of the resulting install image to the
ooRexx sourceforge files section for anyone to download.

René will have to set a Jenkins build server account for you, and I'd be
more than willing to help with any questions you have.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to