Jenkins and mock on AWS

22 Views Asked by At

We use a physical server for our Jenkins build system at the moment and I am looking into the feasibility of moving it to AWS. The build jobs are script executions and the key aspect is that those scripts launch various Fedora mock shells and execute scripts within those to perform build steps. For various reasons, I can't avoid the Fedora mocks.

Is it possible to replicate these Jenkins jobs on AWS? To my mind, the mock element is the blocker, but I could be wrong.

0

There are 0 best solutions below