Automatic Creation and Configuration of Orka and Jenkins
- Install Docker Desktop
- Download IP Plan from MacStadium Portal
- Clone this repo locally
- Input credentials from IP Plan into Dockerfile
- Run the below commands
- Go to localhost:8080 and click the run button for the Orka Pipeline job
git clone https://github.com/cjflan/orka-jenkins-trial.git
- Build the Docker Image
docker build --build-arg FIREWALL_IP= \
--build-arg FIREWALL_USER= \
--build-arg FIREWALL_PASS= \
--build-arg ORKA_LICENSE= \
--tag orka/plugins:jenkins-demo .
docker run -d --privileged -p 8080:8080 -p 50000:50000 --name orka-jenkins orka/plugins:jenkins-demo
docker exec -ti orka-jenkins ./usr/share/orka/configure.sh