[JIRA] (JENKINS-45007) git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile

2019-04-30 Thread ilaty...@yahoo.ca (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ilguiz Latypov commented on  JENKINS-45007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile   
 

  
 
 
 
 

 
 Was the source code analysis in the bug description flawed, then?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-45007) git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile

2019-05-01 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-45007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile   
 

  
 
 
 
 

 
 I didn't do a detailed review of the source code, since I know there are tens of thousands of users and jobs that use checkout with credentials. Many automated tests and interactive tests regularly check that ssh based authentication works with git providers, including: 
 
GitHub 
Bitbucket 
Gitlab 
Microsoft 
Assembla 
Plain git 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-45007) git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile

2019-07-14 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-45007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile   
 

  
 
 
 
 

 
 The example in the description has the same problem as the example on stackoverflow. Instead of creating a single entry for userremoteConfig with a value for URL and a value for credentialsID inside that entry, it creates two entries for userremoteConfig, one with URL and one with credentialsID. Don't do this: 

 
		userRemoteConfigs: [
			[url: "${gitUrl}" ],
			[credentialsId:'----']
 

 Instead, do this: 

 
		userRemoteConfigs: [
			[url: "${gitUrl}" ,
			credentialsId:'----']
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183094.1497976385000.10069.1563106440339%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-45007) git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile

2019-07-14 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-45007  
 
 
  git-plugin GitSCM does not support ssh credentials when using checkout in a Jenkinsfile   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.183094.1497976385000.10071.1563106440378%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.