Re: Jenkinsfile Multibranch Pipeline Github Maven Checkout Directory Issues

2016-08-19 Thread Baptiste Mathus
Step 5, you say you added a checkout step, but can't see it. Why didn't you leave it? It's indeed required to have the sources. Le 18 août 2016 11:00 AM, "Tony Murphy" a écrit : > Sorry, I wasn't clear > > >1. I created a simple maven project (https://github.com/ >tonymurphy/jenkins-test

Re: Jenkinsfile Multibranch Pipeline Github Maven Checkout Directory Issues

2016-08-18 Thread Tony Murphy
Sorry, I wasn't clear 1. I created a simple maven project (https://github.com/tonymurphy/jenkins-test), *the Jenkins file did not have any checkout step (code sample below*). 2. I created a multibranch pipeline project using Jenkins 2. Jenkins then indexed the branches. I was

Re: Jenkinsfile Multibranch Pipeline Github Maven Checkout Directory Issues

2016-08-17 Thread Baptiste Mathus
Not sure I get what your actual issue is. Could you maybe rephrase it to say what you see, compared to what you expect, and provide the error logs and so on? Cheers Le 17 août 2016 11:02 AM, "Tony Murphy" a écrit : > Hi > > I'm using the new Jenkins Pipelines and I need some help. > > I was und

Jenkinsfile Multibranch Pipeline Github Maven Checkout Directory Issues

2016-08-17 Thread Tony Murphy
Hi I'm using the new Jenkins Pipelines and I need some help. I was under the illusion that once I setup my multi branch pipeline that was it as far as checkouts and branch management was concerned. But it seems that I was mistaken. I had issues where for example mvn command was not running in th