Git polling with multiple repo's and branches result in redunant jobs being queued

2016-05-13 Thread Brent Kilgore
My project is split between 3 different git repos. In each repo, I have a shared development branch and the global upstream QA branch. If there are changes in any of these 6 places, then i want a single build to launch. The problem i am having is when changes are discovered in more than one

Re: general Pipeline help

2016-05-04 Thread Brent Kilgore
UPSTREAM_BRANCH}" echo ret if( ret ) { input message: 'Merge Conflict detected', ok: 'Merge Resolved' } stage 'Build' echo "Incrementally building ${DEVELOPMENT_BRANCH} in ${GIT_WORKSPACE}" stage 'unittest' echo "unittesting" } On

general Pipeline help

2016-05-04 Thread Brent Kilgore
I am trying to set up a pipeline job that imitates what we have now in jenkins as a huge complicated mess of batch script steps. I am having issues getting my foot in the door so to speak. I am running newest 2.0 build in windows The first issue is i cant seem to find any good references for