[JIRA] (JENKINS-42372) query: how to git build from forked repo?

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


 
 
 
 

 
 
 

 
   
 Mark Waite closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.179273.1488285725000.13670.1571794243670%40Atlassian.JIRA.


[JIRA] (JENKINS-42372) query: how to git build from forked repo?

2017-02-28 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42372) query: how to git build from forked repo?

2017-02-28 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Thanks for your interest in the Jenkins git plugin. Please use the Jenkins user mailing list for questions. There are many more people on the Jenkins user mailing list than there are people who monitor bug reports for the git plugin.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To 

[JIRA] (JENKINS-42372) query: how to git build from forked repo?

2017-02-28 Thread poojashah....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pooja shah updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Change By: 
 pooja shah  
 

  
 
 
 
 

 
 I might be wrong asking this here but there is no clue I could find. I'm using Jenkins GIT plugin with "Repositories" set as main origin repo. in "Branches to build" on giving a branch which is part of origin, it build properly but while passing the branch from forked repo, it fails with "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job"  (which i understand because its not part of origin so fails but I need a work around here)Need: for my main repo, every team member works on their forked repo, from where they create pull request to main repo. and on github's pull request, i'm building a jenkins build against the head branch (which is from forked repo in this case)Ex.  github pull request shows: commit into main_repo:qa from forked_repo:patch/after_releaseand so any of these lines fails "git rev-parse refs/remotes/origin/patch/after_release^{commit} ""git rev-parse refs/remotes/origin/abhi9moe:patch/after_release^{commit} ""git rev-parse refs/remotes/abhi9moe/patch/after_release^{commit} "is there any way to tell the plugin to search branch_name in forked repo as well?*meanwhile i'm changing "repository" link as per need, but looking for better decent solution...*  !image-2017-02-28-18-09-47-796.png|thumbnail!    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
  

[JIRA] (JENKINS-42372) query: how to git build from forked repo?

2017-02-28 Thread poojashah....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pooja shah updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Change By: 
 pooja shah  
 

  
 
 
 
 

 
 I might be wrong asking this here but there is no clue I could find. I'm using Jenkins GIT plugin with "Repositories" set as main origin repo. in "Branches to build" on giving a branch which is part of origin, it build properly but while passing the branch from forked repo, it fails with "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job"  (which i understand because its not part of origin so fails but I need a work around here)Need: for my main repo, every team member works on their forked repo, from where they create pull request to main repo. and on github's pull request, i'm building a jenkins build against the head branch (which is from forked repo in this case)Ex.  github pull request shows: commit into main_repo:qa from forked_repo:patch/after_releaseand so any of these lines fails "git rev-parse refs/remotes/origin/patch/after_release^{commit} ""git rev-parse refs/remotes/origin/abhi9moe:patch/after_release^{commit} ""git rev-parse refs/remotes/abhi9moe/patch/after_release^{commit} "is there any way to tell the plugin to search branch_name in forked repo as well? *meanwhile i'm changing "repository" link as per need, but looking for better decent solution...*  !image-2017-02-28-18-09-47-796.png|thumbnail!    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 

[JIRA] (JENKINS-42372) query: how to git build from forked repo?

2017-02-28 Thread poojashah....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pooja shah updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Change By: 
 pooja shah  
 

  
 
 
 
 

 
 I might be wrong asking this here but there is no clue I could find. I'm using Jenkins GIT plugin with "Repositories" set as main origin repo. in "Branches to build" on giving a branch which is part of origin, it build properly but while passing the branch from forked repo, it fails with "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job"   (which i understand because its not part of origin so fails but I need a work around here) Need: for my main repo, every team member works on their forked repo, from where they create pull request to main repo. and on github's pull request, i'm building a jenkins build against the head branch (which is from forked repo in this case)Ex.  github pull request shows: commit into main_repo:qa from forked_repo:patch/after_releaseand so any of these lines fails "git rev-parse refs/remotes/origin/patch/after_release^{commit} ""git rev-parse refs/remotes/origin/abhi9moe:patch/after_release^{commit} ""git rev-parse refs/remotes/abhi9moe/patch/after_release^{commit} "is there any way to tell the plugin to search branch_name in forked repo as well? !image-2017-02-28-18-09-47-796.png|thumbnail!    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 

[JIRA] (JENKINS-42372) query: how to git build from forked repo?

2017-02-28 Thread poojashah....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 pooja shah created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42372  
 
 
  query: how to git build from forked repo?   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Attachments: 
 image-2017-02-28-18-09-47-796.png  
 
 
Components: 
 git-plugin, github-plugin  
 
 
Created: 
 2017/Feb/28 12:42 PM  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 pooja shah  
 

  
 
 
 
 

 
 I might be wrong asking this here but there is no clue I could find.  I'm using Jenkins GIT plugin with "Repositories" set as main origin repo. in "Branches to build" on giving a branch which is part of origin, it build properly but while passing the branch from forked repo, it fails with "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job" Need: for my main repo, every team member works on their forked repo, from where they create pull request to main repo. and on github's pull request, i'm building a jenkins build against the head branch (which is from forked repo in this case) Ex. github pull request shows:  commit into main_repo:qa from forked_repo:patch/after_release and so any of these lines fails "git rev-parse refs/remotes/origin/patch/after_release^ {commit} " "git rev-parse refs/remotes/origin/abhi9moe:patch/after_release^{commit}  " "git rev-parse refs/remotes/abhi9moe/patch/after_release^ {commit}  " is there any way to tell the plugin to search branch_name in forked repo as well?