Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil Govea
Thanks for replying. I understand that “—no-edit” would prevent git from asking for a commit message. And indeed this is the case if I do it manually. But I do get your point about working in a clean environment... I think I’ll go for that, don’t want anti-patterns happening here. Thanks! David

Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil Govea
;>> on our performance. We will keep you informed of any changes as they occur.* >>> >>> *COVID-19 : nous sommes fiers d’informer nos collaborateurs que Amotus >>> opèrent adéquatement et que l’impact sur notre productivité est minimisé. >>> Nous vous tiendrons au cou

Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread 'Björn Pedersen' via Jenkins Users
Hi, this seems like you are mis-using git here. For deploy, checkout into a clean workspace and do the build. What happens in your case is, that the pull creates a merge commit ( you want fast-forwards only for automated updates in most cases), so thats why git wants a merge commit message. (

Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread chencho
e. We will keep you informed of any changes as they occur.* >> >> *COVID-19 : nous sommes fiers d’informer nos collaborateurs que Amotus >> opèrent adéquatement et que l’impact sur notre productivité est minimisé. >> Nous vous tiendrons au courant de tout changement.* >> >

Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil Govea
any changes as they occur.* > > *COVID-19 : nous sommes fiers d’informer nos collaborateurs que Amotus > opèrent adéquatement et que l’impact sur notre productivité est minimisé. > Nous vous tiendrons au courant de tout changement.* > > > > *From:* jenkinsci-users@googlegroups.co

RE: Job stuck on "git pull --no-edit"

2020-11-17 Thread Jérôme Godbout
que l’impact sur notre productivité est minimisé. Nous vous tiendrons au courant de tout changement. From: jenkinsci-users@googlegroups.com On Behalf Of David Villasmil Sent: November 17, 2020 9:26 AM To: Jenkins Users Subject: Job stuck on "git pull --no-edit" Hello, I have the fol

Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil
Hello, I have the following simple script. I just want to connect via ssh to my build server, "git pull" and just build the docker and push it to the registry. (If i don't include the "git pull --no-edit", it works fine) I just want to do "git pull". But when there are changed being pulled, g