Re: Jenkins v2.15 with Git plugin v2.5.2

2016-08-01 Thread Antonio Hernandez
Hi again, Because of i'm thinking it's a git problem, i'm coding something like this before start git job: for file in **/* do if [ -f "$file" ];then cd $file git rm -r --cached . git reset --soft HEAD^ git checkout origin/DEV git branch -a #rm -rfv * cd .. fi done but i'm having th

Re: Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Antonio Hernandez
Hi mark i've got the same thing, the parameters doesn't have apparently nothing to be with that issue Thanks anyway El viernes, 29 de julio de 2016, 14:18:46 (UTC+2), Mark Waite escribió: > > Have you considered copying that job into two jobs, one that builds the > DEV branch, and one that bui

Re: Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Mark Waite
Have you considered copying that job into two jobs, one that builds the DEV branch, and one that builds the parameterized branch? On Friday, July 29, 2016 at 12:58:24 AM UTC-6, Antonio Hernandez wrote: > > Hi there, > I'm living a nightmare because Git plugin behaviour. I have a proyect with > m

Jenkins v2.15 with Git plugin v2.5.2

2016-07-28 Thread Antonio Hernandez
Hi there, I'm living a nightmare because Git plugin behaviour. I have a proyect with mutiple SCMs with the following configuration: so, it's setted to build a w