[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-06-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Peter van Dijk the beta version of the plugin supports https (username/password) parent repositories referencing https (username/password) submodules and it supports ssh (private key) parent repositories referencing ssh (private key) submodules. I've recently checked that it works with a github ssh (private key) parent repository and github ssh (private key) submodules. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-06-02 Thread pvan...@salesforce.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Van Dyk commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
We are having this issue using SSH for the primary project and the submodules. I have not tried the beta plugin as the description above indicates that the issue is related to http git links. Does this fix include a fix for refreshing the submodules for SSH connections? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-20 Thread sbr...@imagus.com.au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Brain edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 Hi,I noticed that if the .gimodules submodule name is not the same as the path spec the submodule update fails by trying to use the name.submodule defined like this fails  [submodule "rpm"]   path = linux/rpm   url = ../rpm.git with error > git config --get submodule.rpm.url # timeout=60 > git submodule update --init --recursive rpm # timeout=100FATAL: Command "git submodule update --init --recursive rpm" returned status code 1:stdout: stderr: error: pathspec 'rpm' did not match any file(s) known to git.Did you forget to 'git add'?the workaround is to name the submodule the same as the path [submodule "linux/rpm"]   path = linux/rpm   url = ../rpm.git using git 2.5.0-beta5git-client 1.20.0-beta3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-19 Thread sbr...@imagus.com.au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Brain commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Hi, 
I noticed that if the .gimodules submodule name is not the same as the path spec the submodule update fails by trying to use the name. 
submodule defined like this fails [submodule "rpm"] path = linux/rpm url = ""> 
 with error > git config --get submodule.rpm.url # timeout=60 > git submodule update --init --recursive rpm # timeout=100 FATAL: Command "git submodule update --init --recursive rpm" returned status code 1: stdout:  stderr: error: pathspec 'rpm' did not match any file(s) known to git. Did you forget to 'git add'? 
the workaround is to name the submodule the same as the path [submodule "linux/rpm"] path = linux/rpm url = ""> 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-18 Thread captresp...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jon Roberts commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Nevermind! I was able to update the the submodule path in .gitmodule a relative path to get them to clone.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-18 Thread captresp...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jon Roberts commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Yes, thanks that looks like my issue. Any easy way to override the url of the submodule for this jenkins instance? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-18 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Jon Roberts have you confirmed that all the authenticated submodules in the repository use the same protocol (https) as the parent repository? One of the limitations of the current technique is that all authenticated submodules must use the same authentication technique as the parent. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-18 Thread captresp...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jon Roberts commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I'm still having trouble with this bug even with the 1.20.0-beta3 update.  I'm using an http repo with a username and password login. It looks like it's trying to use the credentials but still fails: 
using GIT_ASKPASS to set credentials Gitlab Jenkins User > git submodule update --init --recursive libraries FATAL: Command "git submodule update --init --recursive libraries" returned status code 1: stdout:  stderr: Cloning into 'libraries'... Permission denied (publickey). fatal: Could not read from remote repository. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-10 Thread samuel.gar...@kinesys.co.uk (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Samuel Garcia commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
git-client-plugin 1.20.0-beta3 works fine for me. 
However I can't find the way to set the "Use credentials from default remote of parent repository" option from a DSL script, I have to alter the jobs manually after they've been generated. 
It would be nice to be able to set it with a parentCredentials(true) method call inside the job.scm.git.extensions.submoduleOptions section. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-04 Thread alex.zy...@willjin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Zykov edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 HiI've got the same issueCloning repository ssh://root@192.168.0.20:22/srv/repos/git/root-module.gitClone of 'ssh://r...@xxx.xxx.xxx.xxx:Y/srv/repos/git/sub-module.git' into submodule path 'marksman-c' failedPermission denied (publickey,password).I think plugin doesn't use the original credentialsBRAlexZ P.S.I'm using ssh user name with private key authentication Scope is Global 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-04 Thread alex.zy...@willjin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Zykov edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 HiI've got the same issueCloning repository ssh://root@192.168.0.20:22/srv/repos/git/root-module.gitClone of 'ssh://r...@xxx.xxx.xxx.xxx:Y/srv/repos/git/sub-module.git' into submodule path 'marksman-c' failedPermission denied (publickey,password).I think plugin doesn't use the original credentialsBRAlexZP.S.I 'm using  use  ssh user name with private key authentication Scope is Global 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-05-04 Thread alex.zy...@willjin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Zykov commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Hi I've got the same issue 
Cloning repository ssh://root@192.168.0.20:22/srv/repos/git/root-module.git Clone of 'ssh://r...@xxx.xxx.xxx.xxx:Y/srv/repos/git/sub-module.git' into submodule path 'marksman-c' failed Permission denied (publickey,password). 
I think plugin doesn't use the original credentials 
BR AlexZ 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-22 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I didn't get from your response that you had actually checked that the same protocol is used in the submodules as is used in the parent. Can you check that? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-22 Thread aferr...@paychex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anthony Ferrari commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Thank you for the quick response!  Yes, we are using SSH in the git plugin settings referencing a global credentials store in Jenkins/Manage/Credentials (username/key). SSH works fine with the git plugin except when we attempt to retrieve submodules. We have the "Recursively update submodules" checkbox checked. I can do this no problem using command line gitthe submodules are resolved ok. Any ideas? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-22 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Anthony Ferrari, the same credentials are used for the parent repository and the submodule repositories. That generally means you need to use the same protocol for the parent repository and the submodules. For example, if the parent is g...@github.com:MarkEWaite/git-plugin.git (ssh protocol), then the submodules cannot be https://github.com/MarkEWaite/git-client-plugin.git, they must also be ssh protocol. 
Are you using the same protocol for parent repository and submodule repositories? 
Do the the parent repository credentials work for the submodule repositories outside the Jenkins job? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-22 Thread aferr...@paychex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anthony Ferrari commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
We have Jenkins ver. 1.596.2 with plugins: 
 

git 2.5.0-beta5
 

git-client 1.20.0-beta3 Unfortunately, we still see the error when retrieving submodules.: 

C:\git\bin\git.exe config --get remote.origin.url # timeout=10 > C:\git\bin\git.exe config --get-regexp ^submodule # timeout=10 > C:\git\bin\git.exe config --get submodule.helloivy.url # timeout=10 > C:\git\bin\git.exe submodule update --init --recursive helloivy FATAL: Command "C:\git\bin\git.exe submodule update --init --recursive helloivy" returned status code 1: stdout:  stderr: Cloning into 'helloivy'... Permission denied (publickey). fatal: Could not read from remote repository.

 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-19 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
That's a different URL than I'm accustomed to using for the experimental update center. 
If you don't mind downloading it directly from artifactory (and then uploading it using the Advanced page of "Manage plugins"), you can get it at https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/2.5.0-beta5/git-2.5.0-beta5.hpi  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-19 Thread b...@detroitsoftwareworks.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ben Place commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I've looked in http://mirror.xmission.com/jenkins/updates/experimental/update-center.json for git:2.5.0-beta5, but all I see is git:2.5.0-beta4. Is there some other place I can look for it? Do I just need to wait for it to propagate to other mirrors? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-16 Thread jenk...@bo3b.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bo3b Johnson commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Mark WaiteThanks! Really appreciate the fast turnaround for this problem.  
I confirm that the 2.5.0-beta5 fixes the exception in my use case. 
I also confirm that once I set the Recursively update submodules and Use credentials from default remote of parent repository settings in the Advanced sub-modules behaviors pane, that I can also successfully clone my repot with supporting sub-module, with SSH key authentication.  
Using git:2.5.0-beta5 and git-client:1.20.0-beta3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I've released git plugin 2.5.0-beta5 to fix the problem. I ran some basic interactive regression tests with it and confirmed that it correctly passes credentials from the parent project to the submodule for ssh based credentials. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-15 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Bo3b Johnson My apologies! You're absolutely correct. The beta4 build of the plugin won't allow the user to set the submodule options at all. I'll need to research why it is failing and deliver a new beta release to fix the problem. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-15 Thread jenk...@bo3b.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bo3b Johnson commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Manually downloaded and manually installed the 2.5.0-beta4 plugin, and get the same exception.  
Top few lines: 

 

Apr 15, 2016 8:21:36 PM WARNING hudson.widgets.RenderOnDemandClosure$1 generateResponse
Failed to evaluate the template closure
org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.642.3.jar!/lib/form/hetero-list.jelly:131:100:  org.kohsuke.stapler.ScriptLoadException: org.apache.commons.jelly.JellyException: Failed to load /hudson/plugins/git/extensions/impl/SubmoduleOption/config from org.kohsuke.stapler.jelly.groovy.GroovyFacet@5c993a07
	at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:726)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:281)

 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-15 Thread jenk...@bo3b.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bo3b Johnson edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 The 2.5.0- beta4 beta3  plugin is not working for me.  Switching to experimental plugins, and downloading and restart shows no errors in the startup log.This is on a clean 1.642.3 installation.Two problems that I see:1) Corrupted jobs after restart.  Any prior job will get an exception in the configure page.{code:java}Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:jar:file:/var/lib/jenkins/plugins/git/WEB-INF/lib/git.jar!/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy: 52: expecting '}', found '' @ line 52, column 1.{code}2) Creating a new job from scratch does not allow me to set sub-module behavior.  The "Additional Behaviors" Add-> pop down, then choosing "Advanced sub-module behaviors" doesn't do anything.  No sub-pane is added to allow me to check "recursive".The log show the same exception. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-15 Thread jenk...@bo3b.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bo3b Johnson edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 The 2.5.0-beta4 plugin is not working for me.  Switching to experimental plugins, and downloading and restart shows no errors in the startup log.This is on a clean 1. 634 642 .3 installation.Two problems that I see:1) Corrupted jobs after restart.  Any prior job will get an exception in the configure page.{code:java}Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:jar:file:/var/lib/jenkins/plugins/git/WEB-INF/lib/git.jar!/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy: 52: expecting '}', found '' @ line 52, column 1.{code}2) Creating a new job from scratch does not allow me to set sub-module behavior.  The "Additional Behaviors" Add-> pop down, then choosing "Advanced sub-module behaviors" doesn't do anything.  No sub-pane is added to allow me to check "recursive".The log show the same exception. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-15 Thread jenk...@bo3b.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bo3b Johnson commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
The 2.5.0-beta4 plugin is not working for me. Switching to experimental plugins, and downloading and restart shows no errors in the startup log. This is on a clean 1.634.2 installation. 
Two problems that I see: 
1) Corrupted jobs after restart. Any prior job will get an exception in the configure page. 

 

Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
jar:file:/var/lib/jenkins/plugins/git/WEB-INF/lib/git.jar!/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy: 52: expecting '}', found '' @ line 52, column 1.
 

 
2) Creating a new job from scratch does not allow me to set sub-module behavior. The "Additional Behaviors" Add-> pop down, then choosing "Advanced sub-module behaviors" doesn't do anything. No sub-pane is added to allow me to check "recursive". 
The log show the same exception. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-15 Thread jenk...@bo3b.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bo3b Johnson edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 The 2.5.0-beta4 plugin is not working for me.  Switching to experimental plugins, and downloading and restart shows no errors in the startup log.This is on a clean 1.634. 2 3  installation.Two problems that I see:1) Corrupted jobs after restart.  Any prior job will get an exception in the configure page.{code:java}Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:jar:file:/var/lib/jenkins/plugins/git/WEB-INF/lib/git.jar!/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy: 52: expecting '}', found '' @ line 52, column 1.{code}2) Creating a new job from scratch does not allow me to set sub-module behavior.  The "Additional Behaviors" Add-> pop down, then choosing "Advanced sub-module behaviors" doesn't do anything.  No sub-pane is added to allow me to check "recursive".The log show the same exception. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-14 Thread jens.cho...@raisenow.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jens Chorus commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Thanks a lot Paul Eipper. I will give that a try.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-14 Thread p...@nkey.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Eipper commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Our environment is OSX master and slave. 
I compiled SSH Agent plugin to enable the native ssh-agent with this patch: https://github.com/jenkinsci/ssh-agent-plugin/pull/2 The credentials provided work for both the main and submodule clone operations. In my setup the credential is a single SSH key that has read access to the main and all submodule repos. I have not tested if you need to unlock multiple keys. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-14 Thread jens.cho...@raisenow.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jens Chorus commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Hi Paul Eipper, 
I am struggling with the same issue. I tried the SSH Agent Plugin, setting private key. The parent repository is still checked out as usual but it seem to have done nothing for the submodules. Do you have any advice?  Thanks 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Yes, the beta plugin does not require ssh-agent. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread p...@nkey.com.br (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Eipper commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Today I am using SSH Agent Plugin, which works with Git Plugin both for clone and submodule as is. 
Does this new beta feature removes the need for SSH Agent Plugin in that case? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I'm not sure what you mean by "cloned recursively on the initial clone and not a Post-Action". The initial clone (fetch) brings in the remote repository and performs a checkout of the selected branch. It can't know the submodules being referenced until after the selected branch checkout has completed. Once the initial branch checkout is complete, then the submodules are cloned. 
All those steps happen in the "checkout" of the initial repository, without any "post-action" as far as I know. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread ldua...@luisduarte.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luís Duarte commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Mark Waite What i'm trying to explain is that the git clone is executed with the Credentials, but the git submodule update --recursive doesn't use Credentials, therefore causing our builds to fail. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread ldua...@luisduarte.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luís Duarte edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 I was just making a suggestion to add the "--recursive" checkbox below the Repository URL so that the SubModules are cloned recursively on the  first update  inital clone  and not a Post-Action.You have any ETA on the Git Plugin 2.5.0 Final and Git Client Plugin 1.20.0 Final ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread ldua...@luisduarte.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luís Duarte commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I was just making a suggestion to add the "--recursive" checkbox below the Repository URL so that the SubModules are cloned recursively on the first update and not a Post-Action. You have any ETA on the Git Plugin 2.5.0 Final and Git Client Plugin 1.20.0 Final ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Luís Duarte If you want to use credentials with submodules, you need to use the experimental update center with the git plugin 2.5.0 beta and the git client plugin 1.20.0 beta. That has nothing to do with the location of the "recursive update submodules" checkbox as far as I can tell. 
Refer to older postings in this bug report for the details of how to install those two beta plugin versions. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread ldua...@luisduarte.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luís Duarte commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Mark Waite 


Output

 
18:08:03 > git submodule update --init --recursive 18:08:09 FATAL: Command "git submodule update --init --recursive" returned status code 1: 18:08:09 stdout:  18:08:09 stderr: Cloning into 'plugins/ruby-build'... 18:08:09 Permission denied (publickey). 18:08:09 fatal: Could not read from remote repository. 18:08:09  18:08:09 Please make sure you have the correct access rights 18:08:09 and the repository exists. 18:08:09 Clone of 'git@:/.git' into submodule path 'plugins/ruby-build' failed 18:08:09  18:08:09 hudson.plugins.git.GitException: Command "git submodule update --init --recursive" returned status code 1: 18:08:09 stdout:  18:08:09 stderr: Cloning into 'plugins/ruby-build'... 18:08:09 Permission denied (publickey). 18:08:09 fatal: Could not read from remote repository. 18:08:09  18:08:09 Please make sure you have the correct access rights 18:08:09 and the repository exists. 18:08:09 Clone of 'git@:/.git' into submodule path 'plugins/ruby-build' failed 

 
The problem is that the "Advanced submodule behaviours" is not integrating properly with the Credentials Plugin, meaning it does not use the Credentials for the --recursive update modules. And we don't upload Private Keys to Slave machines. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Luís Duarte I don't know why we would add a repository clone checkbox for recursive submodule clone when there is already a checkbox for recursive clone in the "Advanced submodule behaviours" section. Can you explain further where you mean by "Repository Clone config"? 
Refer to  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-20941 
 
 
 
  Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Waite 
 
 
 

Attachment:
 
 screenshot-1.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-13 Thread ldua...@luisduarte.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luís Duarte commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Why not add a Checkbox on Repository Clone config asking if we want a recursive clone? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-06 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
AnneTheAgile this is not yet implemented in any official release of the Jenkins git plugin. It is a large enough change that I wanted an extended beta period to test it. Breaking the authentication techniques of a plugin used in 60 000 installations was too scary for me to not want an extended beta period. 
I'm not sure why you say that the "2.5 experimental patch ... is no longer on the beta". I just configured a fresh installed Jenkins to use the experimental plugins update center and confirmed that git plugin 2.5.0-beta4 is available there, as is git client plugin 1.20.0-beta3. 
The git plugin changelog includes references to git plugin beta versions 2.5.0-beta1, 2.5.0-beta2, and 2.5.0-beta3. Sorry, I forgot to publish an update to describe 2.5.0-beta4 on the wiki. 
The git client plugin changelog includes references to git client plugin beta versions 1.20.0-beta1 and 1.20.0-beta3. 
Could you try the experimental update center to see if it shows you the same thing it shows me? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-06 Thread annemoro...@alum.mit.edu (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 AnneTheAgile edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 As I see it; 1.The Jenkins Git plugin ticket is not solved anywhere yet, the best I can see. The v2.5 experimental patch was not accepted, is no longer on the beta, and the last release is 2.4.4. Its PR was closed, not implemented in favor of an edit to the credentials plugin. https://issues.jenkins-ci.org/browse/JENKINS-20941 https://github.com/jenkinsci/git-plugin/pull/342   2.The Jenkins Credentials plugin PR has similarly not been accepted (but it needs work so is not standalone).    https://github.com/jenkinsci/ git credentials -plugin/pull/ 342 32 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-04-06 Thread annemoro...@alum.mit.edu (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 AnneTheAgile commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
As I see it;  1.The Jenkins Git plugin ticket is not solved anywhere yet, the best I can see. The v2.5 experimental patch was not accepted, is no longer on the beta, and the last release is 2.4.4. Its PR was closed, not implemented in favor of an edit to the credentials plugin.  https://issues.jenkins-ci.org/browse/JENKINS-20941 
2.The Jenkins Credentials plugin PR has similarly not been accepted (but it needs work so is not standalone). https://github.com/jenkinsci/git-plugin/pull/342 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-03-07 Thread jim....@sri.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jim Klo updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-20941 
 
 
 
  Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jim Klo 
 
 
 

Comment:
 
 [~markewaite] I've downloaded and installed the betas as you noted in [your comment |https://issues.jenkins-ci.org/browse/JENKINS-20941?focusedCommentId=244707=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-244707] above. However I see no change in behavior when authenticating submodules over https. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-03-07 Thread jim....@sri.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jim Klo edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 [~markewaite] I've downloaded and installed the betas as you noted in [ your comment |https://issues.jenkins-ci.org/browse/JENKINS-20941?focusedCommentId=244707=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel #comment-244707] , however  above. However  I see no change in behavior when authenticating submodules over https. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-03-07 Thread jim....@sri.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jim Klo commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Mark Waite I've downloaded and installed the betas as you noted in comment-244707, however I see no change in behavior when authenticating submodules over https. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-02-12 Thread kosta...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kostya Kostyushko updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-20941 
 
 
 
  Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kostya Kostyushko 
 
 
 

Environment:
 
 Windows 7 & 8 slavesMac slave (see comments)Reproduced on RHEL Linux 6.5 Ubuntu 14.04 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-02-09 Thread r...@sensics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Pavlik commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
What I believe is the same problem is happening here, with a private github repo accessed over ssh, that have other private github repos (over ssh) as submodules. The experimental plugin did not help. The same SSH credential should be usable for all repos (the super-repo and the submodules), and it clones the main repo fine: 
using GIT_SSH to set credentials sensics-bot on github and gitlab 
before the main clone, but then the individual git.exe submodule update --init --recursive path/to/private/submodule calls fail (and are not preceded by a similar line mentioning GIT_SSH). 
This is on a Windows machine running the Jenkins server as a service (as "Local System"). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-02-09 Thread r...@sensics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Pavlik edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 What I believe is the same problem is happening here, with a private github repo accessed over ssh, that have other private github repos (over ssh) as submodules. The experimental plugin did not help. The same SSH credential should be usable for all repos (the super-repo and the submodules), and it clones the main repo fine:{{using GIT_SSH to set credentials sensics-bot on github and gitlab}}before the main clone, but then the individual {{git.exe submodule update --init --recursive path/to/private/submodule}} calls fail (and are not preceded by a similar line mentioning GIT_SSH).This is on a Windows machine running the Jenkins server as a service (as "Local System"). My only limited workaround I was able to find was to launch a cmd prompt as the Local System account with {{psexec -i -s cmd.exe}} - see this info http://stackoverflow.com/a/78691/265522 , in the new window change to the home directory's .ssh dir with {{cd %USERPROFILE%\.ssh}}, and copy my ssh keys in {{copy c:\jenkins-server\id_rsa c:\jenkins-server\id_rsa.pub .}}  That makes those keys the default to use by SSH, so it lets me complete the task, but it's still not using the stored/specified credentials, it's just that I only have one set of credentials I want this server to use. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-02-09 Thread r...@sensics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Pavlik commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Ah, thank you - it might be that one, though as I said it works fine with the main repo, it's just the submodules that it can't deal with. Since it seemed specific to submodules that's what I searched for so I ended up here, but I will follow that issue as well. Is there any information I can provide on my setup to help diagnose this? Windows 8.1 x64, standard git for windows (64-bit) installed with Chocolatey, git version 2.6.3.windows.1, running the latest (non-LTS) Jenkins installed as a service using the regular method IIRC. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2016-02-09 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Ryan Pavlik I think you may be seeing JENKINS-20356 (Windows service doesn't work with private key credentials) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-31 Thread emilvar...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 E Varona commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
After struggling with this for much longer than I cared for, I was not able to get the git submodules working using either ssh or https from my EC2 backed Jenkins host to our private GitHub organization repo. I tried every suggestion in this post with no luck. 
What did however work although it's a far less than ideal solution, is to put the credentials in `~/.netrc` on both the master and slaves. Now not only do my configs not require an external p/w but my submodule sync is working. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-31 Thread emilvar...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 E Varona edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 After struggling with this for much longer than I cared for, I was not able to get the git submodules working using either ssh or https from my EC2 backed Jenkins host to our private GitHub organization repo. I tried every suggestion in this post with no luck.What did however work although it's a far less than ideal solution, is to put the credentials in  `  {{ ~/.netrc ` }}  on both the master and slaves. Now not only do my configs not require an external p/w but my submodule sync is working. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-29 Thread srparamatm...@deloitte.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Srikanth Paramatmuni commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Thanks for your reply Mark.  Prior to installing the git plugins, the same setup worked fine with workaround for sub-module authentication. the commands fired by Git plugin seemed to have changed from earlier version plugin to the latest one. 
Earlier version plugin:  git submodule update --init --recursive --remote # timeout=10 
Latest version plugin: git submodule update --init --recursive --remote generators # timeout=10 
The command is adding each sub-module separately in the latest plugin. Just wanted to verify if that could be causing any issue. There are 6 sub-modules in our repository and when tried with each of them on Command line also, the same error happens whereas issuing the same command with just "-

remote" instead of "
-remote " works fine. 
Thanks Sri 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-28 Thread srparamatm...@deloitte.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Srikanth Paramatmuni commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Hi, 
We had similar issue with sub-modules in our project and I had installed latest beta plugins for Git and Git client. Apparently, the authentication issue seems to be resolved, but facing a new issue. Each time the project tries to run git sub-module update, it fails with this error: _ git submodule update --init --recursive --remote generators # timeout=10 FATAL: Command "/bin/git submodule update --init --recursive --remote generators" returned status code 1: stdout:  stderr: error: pathspec 'generators' did not match any file(s) known to git. Did you forget to 'git add'? 
_hudson.plugins.git.GitException: Command "/bin/git submodule update --init --recursive --remote generators" returned status code 1: stdout:  stderr: error: pathspec 'generators' did not match any file(s) known to git. Did you forget to 'git add'?_ 
We are using https git url. 
Can some one guide us please. 
Thanks Sri _ 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-28 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Doesn't that indicate that your submodule definition is somehow inconsistent? A stackoverflow article gives a few possible alternatives. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-23 Thread ps.gr...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Grove commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
How can I get hold of the beta 2 plugins? Any ideas when this will get into a Jenkins release? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-23 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
The 2.5.0 beta build of the git plugin and the latest 1.20.0 beta build of the git client plugin are available from the Jenkins experimental update center. If you switch your test Jenkins configuration to the experimental update center and perform an "Update Now", you'll see them in the usual update center as plugin updates you may choose to install. 
If you'd rather download and install them directly from artifactory, the current versions are git plugin 2.5.0beta3 and git client plugin 1.20.0beta2. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-23 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 The  latest  2.5.0 beta build of the git plugin and the latest 1.20.0 beta build of the git client plugin are available from the [Jenkins experimental update center|http://jenkins-ci.org/content/experimental-plugins-update-center].  If you switch your test Jenkins configuration to the experimental update center and perform an "Update Now", you'll see them in the usual update center as plugin updates you may choose to install.If you'd rather download and install them directly from artifactory, the current versions are [git plugin 2.5.0beta3|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git/2.5.0-beta3/git-2.5.0-beta3.hpi] and [git client plugin 1.20.0beta2|https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/1.20.0-beta2/git-client-1.20.0-beta2.hpi]. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-12-03 Thread ingo.jans...@netonic.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ingo Janßen commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I encountered the same error with username password credentials.  After testing a lot of suggested workarounds I added the two beta plugin versions (beta2 builds of git and git-client plugins) to my jenkins installation. Everything works fine now and Jenkins is able to get the submodules. 
Great Job and thanks a lot for the beta2 build ! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-20 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
The plugin has some limited tests for the less commonly used protocols (ftp, rsync) and less commonly used authentication techniques (netrc file in the home directory of the Jenkins user). I consider those outside the scope of this change. It does not have a way of using the Jenkins credentials mechanism with those protocols as far as I can tell. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-20 Thread x.van_des...@ieee.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Xavier Van Dessel commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I fully agree with Mark and Sam comments regarding different protocols between main and submodule. Most installations will use a homogenuous approach. I would however recommend to add this requirement/limitation in the info box that opens for the new submodule authentication option. 
There are however still other (less commonly used) protocols which may require testing. Git supports ftp as a protocol using passwords. I have no idea whether the code changes between http(s) and ftp justify an explicit test setup. My test setup (BitBucket based) does not support it. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-19 Thread sam.mxra...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sam Gleske commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I'd like to add that I would also expect the last two cases to fail. To me it wouldn't make sense to expect them to succeed. If such a case were desired then I would say post-merge of this change would be a PR to define custom credentials for all submodules separating the authentication of the parent and submodules (perhaps even fine grained as providing customization by domain and protocol so multiple submodule auth types are supported). 
However, I think the focus of this PR should only be applying parent auth method to submodules as originally described in the issue. Let's not lose focus of what is initially requested. Something I value as very important. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-19 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I would not expect your last two examples (https parent/ssh submodule and ssh parent/https submodule) to work with the current implementation. The current implementation uses the same authentication in the submodule as is used in the parent repository. 
The authentication methods used with https and ssh are different authentication methods within the code, so the "use the same authentication" setting will cause the code to attempt to apply the parent authentication technique to the submodule and it will fail. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-18 Thread x.van_des...@ieee.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Xavier Van Dessel commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Mark, Indeed, the original test (SSH with keys switched to http(s) with passwords) failed. But I'm not saying it has to do with the code of the Jenkins plugins. Situation 1 uses an SSH key. Hence, the ssh call to expand the submodule only disposes of the userid/password combination that worked fine on the main http(s) call. But the ssh engine does not share the same user an psw db with the BitBucket http(s) server on my system, which explains the failure. I would even say more: the other way arround would certainly never work: if the main repo uses an SSH key, but the submodule is referenced as a http(s) link, then it can never work (unless the http(s) server has no security) simply because an SSH key would not work on a http(s) link AFAIK. Given that the git protocol nor the local file protocol require any kind of authentication, these 2 are unaffected by this ticket. 
Thus if keys are used, all repo access MUST use the SSH protocol otherwise the git client has no credentials at all to use. This gives the below overview: 
Auth type: SSH KEY main repo=ssh, submodule=ssh : tested OK (my first test report) 
Auth type: User & PSW main repo=http(s), submodule=http(s) : tested OK (my second test report) main repo=ssh, submodule=ssh : to test main repo=http(s), submodule=ssh : to test main repo=ssh, submodule=http(s) : to test 
Has anybody validated any such combination yet? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-16 Thread x.van_des...@ieee.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Xavier Van Dessel commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
The Beta worked for me also, while it failed before with auth issues. Jenkins: 1.635 running on Linux Fedora 20 Target slave: Windows, running native Windows GIT stack (no cygwin) git repository accessed via SSH on an Atlassian BitBucket server (aka Stash) on a Linux server using an SSH key from the Jenkins master (from ~/.ssh). 
I have only 1 submodule, and I had no more auth issues. The code expanded correctly and started its compilation phase correctly. 
Thanks a lot! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-16 Thread x.van_des...@ieee.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Xavier Van Dessel commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Further to the above, I also tested this combination (same Jenkins and target slave config): git repository accessed via HTTP to the same BitBucket server, using a normal user with password. However, I had first to checkout the .submodules file, then modify the url to convert that one to the HTTP protocol with the same userid as the main fetch will use. When that is done, the fetch of the submodule worked OK. I think it is safe to assume that people will be using a unique way to fetch data (both the main fetch and submodule fetch). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Xavier Van Dessel I'm not confident I understand the condition you're describing. I think you're saying that the submodule authenticaiton did not work for you if the submodule did not use the same protocol (ssh or https) as the parent repository. Did I understand you correctly? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-12 Thread b2jr...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 b2jrock commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
The beta worked for me for a freestyle job. Also, launching an SSH agent and making the ssh key available in the homedir on the slaves were also valid workarounds (clear workspace between attempted workarounds). However for workflows, the snippet generator doesn't yet produce valid code to test this. (JENKINS-31532). I attempted this in the config: {{checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'src'], [$class: 'SubmoduleOption', disableSubmodules: false, recursiveSubmodules: true, trackingSubmodules: false]], submoduleCfg: [], userRemoteConfigs: [[ url: 'g...@git.example.com.com:foo/bar.git']]]) }} However, that still resulted in auth failures in submodules still. I also tried wrapping the checkout step in an ssh-agent with the same key which also failed. The only workaround for workflows seems to be making the ssh key available on the slave currently. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-09 Thread tflind...@ezesoft.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tim Flinders commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I've been trying out Beta2 and it doesn't seem to be working for configuration but I think the submodule authentication is actually working. The "Use credentials from default remote of parent repository" doesn't appear to stay configured from the front end, I set it and then when you return into the configuration for the job it becomes unset. However if you look in the config.xml in the job directory the value in true is set true, until you save the config again. 
I've managed to clone though with this code, it previously didn't work. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-06 Thread nonname...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vitaly Voronkin commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
New beta plugins not working. I checked checkbox "Use credentials from default remote of parent repository", but i get same error. If open job setting page checkbox is not checked again. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-06 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 [~nonname123] my apologies to you and to others attempting to use the beta plugins.  Thanks very much for attempting the beta.I was not careful enough in my verification of the beta1 build.   I'm preparing a   The [git plugin 2.5.0-  beta2 build  which contains |https://repo.jenkins-ci.org/jenkinsci/releases/org/jenkins-ci/plugins/git/2.5.0-beta2/git-2.5.0-beta2.hpi] and [git client plugin 1.20.0-beta2|https://repo.jenkins-ci.org/jenkinsci/releases/org/jenkins-ci/plugins/git-client/1.20.0-beta2/git-client-1.20.0-beta2.hpi] contain  Jacob Keller's latest changes.  I've confirmed that the "use parent credentials" setting in the submodules section of the job definition persists, and is honored by the beta2 code.There is still a problem that the "use parent credentials" setting in the submodules section is not retained when a job is copied, even though other settings in the job definition are retained when the job is copied.  That problem won't be fixed in beta2, but will need to wait for a later change. I'll post the link to the beta2 builds when they are available.  Shouldn't be more than an hour from now. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-06 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Vitaly Voronkin my apologies to you and to others attempting to use the beta plugins. Thanks very much for attempting the beta. 
I was not careful enough in my verification of the beta1 build. I'm preparing a beta2 build which contains Jacob Keller's latest changes. I've confirmed that the "use parent credentials" setting in the submodules section of the job definition persists, and is honored by the beta2 code. 
There is still a problem that the "use parent credentials" setting in the submodules section is not retained when a job is copied, even though other settings in the job definition are retained when the job is copied. That problem won't be fixed in beta2, but will need to wait for a later change. 
I'll post the link to the beta2 builds when they are available. Shouldn't be more than an hour from now. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-11-04 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
The git client plugin 1.20.0-beta1 and git plugin 2.5.0-beta1 have been released to the experimental update center. They include Jacob Keller's git client plugin extensions for submodule authentication support and his addition of a checkbox to the submodule "Additional Behaviours" which will allow all submodules of a particular git repository to attempt to use the same credentials which were used with the parent repository. 
This will need significant beta testing before it can be merged to the master branch for general release, since it changes some core authentication behaviors in the git client plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread jgfo...@sandia.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Foucar commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Sorry for the newbie question, how would I obtain and install the patch in my Jenkins instance? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
There isn't a standard way to obtain the build for a pull request, but you can grab the builds that I created and used for some of my testing as the git-client-plugin.hpi and git-plugin.hpi. Use the "Manage Plugins" / "Advanced" page to upload those two hpi files. Those are not released plugin versions. They are prototypes that I've used in my testing and evaluation of the pull requests. 
That will add two new "Additional Behaviours" to the git section of your jobs which use git as their SCM. One of those is to add credentials for specific repository URLs. The other is to add default credentials for those repository URLs which don't match the specific repositories. That is likely not the way the plugin will ultimately be implemented when it is released, but it gives you a chance to experiment with the current implementation and provide feedback on any problems you detect. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread sam.mxra...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sam Gleske edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 You have to:# build the {{git-client-plugin}} and {{git-plugin}} from source with those merge requests merged locally.# Run a local instance of Jenkins# install the *.hpi files manually (by copying to the JENKINS_HOME/plugins folder or by using the web UI plugin manager advanced tab).# Restart Jenkins and start testing.In a nutshell, here's how you do that (assuming you have prerequisite Java and Maven installed).  I'm building with jdk 1.8.0_60 and maven 3.2.3 on Mac OS X 10.9.5.Build {{git-client-plugin}}:{code}git clone g...@github.com:jenkinsci/git-client-plugin.gitcd git-client-plugingit fetch origin refs/pull/180/headgit checkout FETCH_HEADmvn package{code}Build {{git-plugin}}:{code}git clone g...@github.com:jenkinsci/git-plugin.gitcd git-plugingit fetch origin refs/pull/342/headgit checkout FETCH_HEADmvn package{code}Then you copy {{target/*.hpi}} files into the plugins directory.  Keep in mind I could not successfully build either of those pull requests.  So I doubt there's a decent way to test them at this time.  The OP would need to post more environment information (version of java used, version of maven used, etc) before this could be built correctly. I found those pull requests with {{git ls-remote}}.  e.g.{code}git ls-remote origin | grep 180{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread sam.mxra...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sam Gleske commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
You have to: 
 

build the git-client-plugin and git-plugin from source with those merge requests merged locally.
 

Run a local instance of Jenkins
 

install the *.hpi files manually (by copying to the JENKINS_HOME/plugins folder or by using the web UI plugin manager advanced tab).
 

Restart Jenkins and start testing.
 
 
In a nutshell, here's how you do that (assuming you have prerequisite Java and Maven installed). I'm building with jdk 1.8.0_60 and maven 3.2.3 on Mac OS X 10.9.5. 
Build git-client-plugin: 

 

git clone g...@github.com:jenkinsci/git-client-plugin.git
cd git-client-plugin
git fetch origin refs/pull/180/head
git checkout FETCH_HEAD
mvn package
 

 
Build git-plugin: 

 

git clone g...@github.com:jenkinsci/git-plugin.git
cd git-plugin
git fetch origin refs/pull/342/head
git checkout FETCH_HEAD
mvn package
 

 
Then you copy target/*.hpi files into the plugins directory. Keep in mind I could not successfully build either of those pull requests. So I doubt there's a decent way to test them at this time. The OP would need to post more environment information (version of java used, version of maven used, etc) before this could be built correctly. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
  

[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread sam.mxra...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sam Gleske edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 You have to:# build the  {{  git-client-plugin }}  and  {{  git-plugin }}  from source with those merge requests merged locally.# Run a local instance of Jenkins# install the *.hpi files manually (by copying to the JENKINS_HOME/plugins folder or by using the web UI plugin manager advanced tab).# Restart Jenkins and start testing.In a nutshell, here's how you do that (assuming you have prerequisite Java and Maven installed).  I'm building with jdk 1.8.0_60 and maven 3.2.3 on Mac OS X 10.9.5.Build {{git-client-plugin}}:{code}git clone g...@github.com:jenkinsci/git-client-plugin.gitcd git-client-plugingit fetch origin refs/pull/180/headgit checkout FETCH_HEADmvn package{code}Build {{git-plugin}}:{code}git clone g...@github.com:jenkinsci/git-plugin.gitcd git-plugingit fetch origin refs/pull/342/headgit checkout FETCH_HEADmvn package{code}Then you copy {{target/*.hpi}} files into the plugins directory.  Keep in mind I could not successfully build either of those pull requests.  So I doubt there's a decent way to test them at this time.  The OP would need to post more environment information (version of java used, version of maven used, etc) before this could be built correctly. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 [~sag47] your steps should work fine, so long as you use Java 7 and not Java 8.  Because there are many Jenkins versions on which the git client plugin and the git plugin are supported and users like to update their plugins, (even if they don't update their main Jenkins), the git plugin and the git client plugin both depend on Jenkins versions which require Java 7 to build.The Jenkins blog has announced the [end of Java 6 support|http://jenkins-ci.org/content/good-bye-java6] in April 2015, with Jenkins versions after 1.609.  The end of Java 7 support is likely a long ways in the future.Git plugin and git client plugin builds using Java 8 probably won't happen until a year (or more) after Jenkins stops supporting Java 7. The Cloudbees Jenkins instances which monitor pull requests ([git-client-plugin|https://jenkins.ci.cloudbees.com/job/plugins/job/git-client-plugin/] and [git-plugin|https://jenkins.ci.cloudbees.com/job/plugins/job/git-plugin/]) also can be used to grab working builds of a pull request.  However, the work to find the specific pull request you're seeking (search through the list of builds, find your pull request, then browse the artifacts of that build to grab the hpi file) is too painful for most users. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-12 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Sam Gleske your steps should work fine, so long as you use Java 7 and not Java 8. Because there are many Jenkins versions on which the git client plugin and the git plugin are supported and users like to update their plugins, (even if they don't update their main Jenkins), the git plugin and the git client plugin both depend on Jenkins versions which require Java 7 to build. 
The Jenkins blog has announced the end of Java 6 support in April 2015, with Jenkins versions after 1.609. The end of Java 7 support is likely a long ways in the future. 
Git plugin and git client plugin builds using Java 8 probably won't happen until a year (or more) after Jenkins stops supporting Java 7. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-11 Thread jgfo...@sandia.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Foucar commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
My project just added submodules to our repository and this bug has become a show-stopper for us. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-10-11 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
James Foucar you're welcome to test the proposed patch as well. I believe we are months away from allowing this change into the main plugin because of the breadth of the change. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-09-23 Thread p...@linuxbog.dk (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Toft commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Sure that I have big interest in this (discussed yesterday in 

JENKINS-29604
). I can test this too Mark 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-09-14 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 I'm glad to hear that there is still interest.  Jacob Keller is actively developing and testing two pull requests to implement authentication for git submodules.  The pull requests are [git-client-plugin PR180|https://github.com/jenkinsci/git-client-plugin/pull/180] and [git-plugin PR342|https://github.com/jenkinsci/git-plugin/pull/342].The git client plugin pull request makes a fundamental change to the authentication inside the plugin, so it is higher risk than most pull requests. It will need a deep beta test cycle.  In the comments on the pull request you can usually find a link to a recent build of the pull request if you'd like to test with a pre-release of the plugin.The current git plugin pull request is struggling to place the user interface settings for credentials into the correct part of the git plugin user interface.  It will also need a deep beta test cycle.  In the comments on the pull request you can usually find a link to a recent build of the pull request. Comments from users who have deployed the pre-release build are much appreciated and are one of the best ways to help with the delivery of this request. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-09-13 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I'm glad to hear that there is still interest. Jacob Keller is actively developing and testing two pull requests to implement authentication for git submodules. The pull requests are git-client-plugin PR180 and git-plugin PR342. 
The git client plugin pull request makes a fundamental change to the authentication inside the plugin, so it is higher risk than most pull requests. It will need a deep beta test cycle. In the comments on the pull request you can usually find a link to a recent build of the pull request if you'd like to test with a pre-release of the plugin. 
The current git plugin pull request is struggling to place the user interface settings for credentials into the correct part of the git plugin user interface. It will also need a deep beta test cycle. In the comments on the pull request you can usually find a link to a recent build of the pull request. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-09-13 Thread ncarpen...@ebsco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 nick carpenter commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Just adding in that there are 69 votes at time of writing for this 
Confirmed to fail with GitBash 1.9.5 on 2008R2 and 2012. Also failing on RHEL 7.1. We are using HTTP. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-08-26 Thread rohe...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michal Melchiore commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
This issue does not seem specific to ssh authentification. User/password based update show the same behavior. 

 
FATAL: Command git submodule update returned status code 1:
stdout: Cloning into 'subrepo'...

stderr: fatal: Authentication failed
Clone of 'http://*/stash/scm/test/subrepo.git' into submodule path 'subrepo' failed

hudson.plugins.git.GitException: Command git submodule update returned status code 1:
stdout: Cloning into 'subdepot'...

stderr: fatal: Authentication failed
Clone of 'http:///stash/scm/test/subrepo.git' into submodule path 'subrepo' failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1572)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:62)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$6.execute(CliGitAPIImpl.java:874)
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:83)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1047)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)
	at hudson.model.Run.execute(Run.java:1744)
	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:374)
Finished: FAILURE
 

 
Current workaround is to allow anonymous read access for all involved repo and subrepos. 
There are pending PR in Github that seems to address this long standing issue. Maybe we should help getting them merged ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
   

[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-08-26 Thread rohe...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michal Melchiore edited a comment on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 Thisissuedoesnotseemspecifictosshauthentification.User/passwordbasedupdateshowthesamebehavior.{noformat}FATAL:Commandgitsubmoduleupdatereturnedstatuscode1:stdout:Cloninginto'subrepo'...stderr:fatal:AuthenticationfailedCloneof'http://*/stash/scm/test/subrepo.git'intosubmodulepath'subrepo'failedhudson.plugins.git.GitException:Commandgitsubmoduleupdatereturnedstatuscode1:stdout:Cloninginto' subdepot subrepo '...stderr:fatal:AuthenticationfailedCloneof'http:///stash/scm/test/subrepo.git'intosubmodulepath'subrepo'failed atorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1572) atorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:62) atorg.jenkinsci.plugins.gitclient.CliGitAPIImpl$6.execute(CliGitAPIImpl.java:874) athudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:83) athudson.plugins.git.GitSCM.checkout(GitSCM.java:1047) athudson.scm.SCM.checkout(SCM.java:485) athudson.model.AbstractProject.checkout(AbstractProject.java:1276) athudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610) atjenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532) athudson.model.Run.execute(Run.java:1744) athudson.matrix.MatrixBuild.run(MatrixBuild.java:306) athudson.model.ResourceController.execute(ResourceController.java:98) athudson.model.Executor.run(Executor.java:374)Finished:FAILURE{noformat}Currentworkaroundistoallowanonymousreadaccessforallinvolvedrepoandsubrepos.Thereare[pending|https://github.com/jenkinsci/git-plugin/pull/342][PR|https://github.com/jenkinsci/git-client-plugin/pull/180]inGithubthatseemstoaddressthislongstandingissue.Maybeweshouldhelpgettingthemmerged? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-08-26 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Waite commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
I'd certainly love to see more unit tests of submodules, since the current unit tests cover very little on submodules. There are so many ways that submodule checkout and update and init could fail and tests to check behavior will help us preserve the behaviors in the future. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-07-03 Thread luva...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lubo varga commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
Workaround is to save your key in /var/lib/jenkins/.ssh/id_rsa file and than it works. In jenkins credentials I have changed custom file to this custom file. No passphrase on private key. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-06-26 Thread jared.sze...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jared Szechy commented on  JENKINS-20941 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Stored git credentials not used when submodule is updated  
 
 
 
 
 
 
 
 
 
 
This issue still exists. 
For the fetch of the main repo it uses... 
using GIT_SSH to set credentials Kiln SSH Key 
The error is: FATAL: Command git submodule update --init --recursive returned status code 1 
The fix is probably to simply prefix the git submodule command with the GIT_SSH='.' environment variable. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-28 Thread d...@sapalski.de (JIRA)














































Samuel Sapalski
 commented on  JENKINS-20941


Stored git credentials not used when submodule is updated















I'm facing the same problem with "Amazon Linux AMI" slaves which are provisioned via the "Amazon EC2" plugin. An official fix is very much appreciated, I'm looking forward it !



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-28 Thread d...@sapalski.de (JIRA)












































 
Samuel Sapalski
 edited a comment on  JENKINS-20941


Stored git credentials not used when submodule is updated
















I'm facing the same problem with "Amazon Linux AMI" slaves which are provisioned via the "Amazon EC2" plugin. An official fix is very much appreciated, I'm looking forward to it !



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-24 Thread sam.mxra...@gmail.com (JIRA)














































Sam Gleske
 commented on  JENKINS-20941


Stored git credentials not used when submodule is updated















Bojan Belic / @Bojan You jenkins instance is likely using the credentials of your user to check out your source repositories rather than using the credentials plugin in Jenkins.  Do you have keys set up in your Jenkins user for cloning?  If so, delete those keys (or move them to a place SSH can't see them) and then set up the credentials in the Jenkins credentials plugin.  It's likely you'll see the bug as a result.

This is still an issue I believe, even on Mac (though I don't have a Mac to test it).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-24 Thread sam.mxra...@gmail.com (JIRA)












































 
Sam Gleske
 edited a comment on  JENKINS-20941


Stored git credentials not used when submodule is updated
















Bojan Belic Your jenkins instance is likely using the credentials of your user to check out your source repositories; rather than using the credentials plugin in Jenkins.  Do you have keys set up in your Jenkins user for cloning?  If so, delete those keys (or move them to a place SSH can't see them) and then set up the credentials in the Jenkins credentials plugin.  It's likely you'll see the bug as a result.

This is still an issue I believe, even on Mac (though I don't have a Mac to test it).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-24 Thread sam.mxra...@gmail.com (JIRA)












































 
Sam Gleske
 edited a comment on  JENKINS-20941


Stored git credentials not used when submodule is updated
















Bojan Belic Your jenkins instance is likely using the credentials of your user to check out your source repositories rather than using the credentials plugin in Jenkins.  Do you have keys set up in your Jenkins user for cloning?  If so, delete those keys (or move them to a place SSH can't see them) and then set up the credentials in the Jenkins credentials plugin.  It's likely you'll see the bug as a result.

This is still an issue I believe, even on Mac (though I don't have a Mac to test it).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-24 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-20941


Stored git credentials not used when submodule is updated















Pull requests containing an implementation of credential support for submodules are certainly welcomed. It is the most requested enhancement for the git plugin, so there will be many users who thank you for your pull request. Don't forget to include automated tests in the pull request so that it can be more easily evaluated.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-23 Thread david.tad...@seebyte.com (JIRA)














































Dave Taddei
 commented on  JENKINS-20941


Stored git credentials not used when submodule is updated















That's great for OSX.  For me this occurs on Windows 7, 8 and 8.1.  It does not seem to happen on Ubuntu systems as far as I can tell.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-20941) Stored git credentials not used when submodule is updated

2015-02-23 Thread pet...@standingwave.org (JIRA)














































Peter Loron
 commented on  JENKINS-20941


Stored git credentials not used when submodule is updated















In my case I'm running the Jenkins master on Ubuntu 14.04 and the job which is failing to update submodules is running on a Windows 2012R2 slave. Jenkins 1.599 and all plugins up to date. I was able to work around the issue by putting the SSH keys in the Local Service home directory on the Windows machine, but this is NOT a good solution.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >