Re: git polling is broken for me (ugh!)

2013-11-05 Thread Steve K
This is odd. Yesterday, there were several replies to this post. Now, I don't see them. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr

Re: git polling is broken for me (ugh!)

2013-11-05 Thread nicolas de loof
git plugin 2.0 is a major refactoring (as the version tell you) so we didn't documented all changes 2013/11/5 Ricardo Silva > This change was not in the changelog for 2.0 which I read before trying to > upgrade. > > Would it be possible to document this in the page plugin? I think it might > he

Re: git polling is broken for me (ugh!)

2013-11-05 Thread Ricardo Silva
This change was not in the changelog for 2.0 which I read before trying to upgrade. Would it be possible to document this in the page plugin? I think it might help people understand how the plugin works. In particular this piece of information helped me understand what happened when I upgraded

Re: git polling is broken for me (ugh!)

2013-11-04 Thread nicolas de loof
this was one goal for git-plugin 2.0 : remove the advanced, advanced section, and move all exotic options into extensions. 2013/11/4 Steve K > > Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced" > options button. > Thanks. > > -- > You received this message because you ar

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Oh. OK. That section has changed. I'm accustomed to seeing an "Advanced" options button. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Daniel Beck
It's under 'Additional behaviors', the last item in the Git SCM section of your job configuration. On 04.11.2013, at 22:06, Steve K wrote: > Where would I set "Force polling using workspace"? > I don't see that option in the job config nor in the server config. > > > > -- > You received thi

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Where would I set "Force polling using workspace"? I don't see that option in the job config nor in the server config. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: git polling is broken for me (ugh!)

2013-11-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Ahh, my mistake, since all my slaves are Amazon EC2 VMs and don't exist except when they are needed, I assumed the master did all polling :-) - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Nov 4 2013 15:30:06 no, polling occurs on la

Re: git polling is broken for me (ugh!)

2013-11-04 Thread nicolas de loof
no, polling occurs on last available workspace, that may be a slave. git-plugin 2.0 is using remote polling "ls-remote" by default, you force the legacy mode setting "Force polling using workspace" option BUT a simpler option is for you to install git on master ! 2013/11/4 Kevin Fleming (BLOOMBE

git polling is broken for me (ugh!)

2013-11-04 Thread Steve K
Hello, I just upgraded several of my plugins including git (2.0), ssh-credentials (1.5.1), scm-api (0.2), and git-client (1.4.6). I'm on Jenkins 1.509.3 Now, polling fails as shown below: FATAL: Error performing command: ls-remote -h ssh://m...@myserver.corp.mycompany.com:29418/Bryce.git fs01