Re: Pipelines: where to build?

2017-02-21 Thread Jens Geiregat
Hi Ben, Thanks! I didn't realize this was an option. I gave it a try, using your links and this blog post https://blog.openshift.com/binary-input-sources-openshift-3-2/ as a guide. I created a binary build based on my STI builder, and changed my pipeline to: node('gradle') { > stage('Checkout')

Re: Pipelines: where to build?

2017-02-21 Thread Ben Parees
On Tue, Feb 21, 2017 at 10:25 AM, Jens Geiregat wrote: > Hi, > > I've been exploring the different ways to use a pipeline build strategy in > OpenShift (enterprise, 3.4) and I keep running into the same issue: > - either I build my application in an other OpenShift buildconfig (sti) > but I have

Pipelines: where to build?

2017-02-21 Thread Jens Geiregat
Hi, I've been exploring the different ways to use a pipeline build strategy in OpenShift (enterprise, 3.4) and I keep running into the same issue: - either I build my application in an other OpenShift buildconfig (sti) but I have no way to retrieve JUnit testing reports in Jenkins, leaving me kind