Re: Using OpenShift to deploy binary fat-jars to test environment from CI/CD server

2017-06-09 Thread Marcin Zajączkowski
Dnia Piątek, 9 Czerwca 2017 15:15 Clayton Coleman napisał(a)   You can also set up a runtime image that fetches and runs the fat jar from a known URL (versioned) and then your base image wouldn't change, just the env var pointing to the fat jar.  We don't have a standard

Re: Using OpenShift to deploy binary fat-jars to test environment from CI/CD server

2017-06-09 Thread Marcin Zajączkowski
Dnia Piątek, 9 Czerwca 2017 12:50 Jens Geiregat napisał(a) Hi Marcin, I asked part 2 of your question here some time ago. Check out Ben Parees' answer and my answer to him here: http://lists.openshift.redhat.com/openshift-archives/users/2017-February/msg00065.html

Re: Using OpenShift to deploy binary fat-jars to test environment from CI/CD server

2017-06-09 Thread Jens Geiregat
Hi Marcin, I asked part 2 of your question here some time ago. Check out Ben Parees' answer and my answer to him here: http://lists.openshift.redhat.com/openshift-archives/users/2017-February/msg00065.html We've been using the binary build since then and it works great. Kind Regards, Jens On

Using OpenShift to deploy binary fat-jars to test environment from CI/CD server

2017-06-09 Thread Marcin Zajączkowski
Hi. I'm evaluating OpenShift 3 to use it in my CI/CD infrastructure (I have just some past experience with OpenShift 2). Currently Jenkins builds fat-jars (Spring Boot) and deploy it to Nexus. Later on in the pipeline they are deployed to test environment and some smoke testing is run. I would