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
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
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