[JIRA] (JENKINS-36426) How to poll two different folder under a single branch in single job

2018-02-16 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth closed an issue as Postponed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36426  
 
 
  How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Postponed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36426) How to poll two different folder under a single branch in single job

2018-02-16 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36426  
 
 
  How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Labels: 
 P4_SUPPORT jenkins p4plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36426) How to poll two different folder under a single branch in single job

2018-02-16 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-36426  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
 Closing due to inactivity. If this is still a problem and if you have a current Perforce support contract please email supp...@perforce.com so I can investigate further.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36426) How to poll two different folder under a single branch in single job

2016-07-21 Thread jda...@ipswitch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Davis edited a comment on  JENKINS-36426  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
 You could just create a workspace that has the folders you want and either manage that in P4V or in Jenkins.  Personally, I'd rather have a different workspace tuned for what I want rather than sharing it, just so I know the purpose of the workspace.  For me, I like to keep the workspaces in Jenkins, so I set the Perforce config in the Job to "Manual", then set the name to ${JOB_NAME}, then I'd set the view mappings to: {noformat} //OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME}/...//OSSLEV3/Dev_R4/MNGP/... //${JOB_NAME}/... {noformat}   Jenkins will automatically create a workspace for you with the name of your Jenkins job. btw - Perforce by default doesn't like mapping two different depot paths to the same place, leading to a similar problem you've described.  To get around that you'll probably need to use overlay mappings.https://www.perforce.com/perforce/doc.current/manuals/p4guide/chapter.configuration.html#configuration.refine_workspace.map_diff_depot_locationsLeading to something like this: {noformat} //OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME}/...+//OSSLEV3/Dev_R4/MNGP/... //${JOB_NAME}/... |Col A2|  {noformat}   
 

  
 
 
 
 

 
 
 

 
 
 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-36426) How to poll two different folder under a single branch in single job

2016-07-21 Thread jda...@ipswitch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Davis edited a comment on  JENKINS-36426  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
 You could just create a workspace that has the folders you want and either manage that in P4V or in Jenkins.  Personally, I'd rather have a different workspace tuned for what I want rather than sharing it, just so I know the purpose of the workspace.  For me, I like to keep the workspaces in Jenkins, so I set the Perforce config in the Job to "Manual", then set the name to ${JOB_NAME}, then I'd set the view mappings to://OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME}/...//OSSLEV3/Dev_R4/MNGP/... //${JOB_NAME}/...Jenkins will automatically create a workspace for you with the name of your Jenkins job. btw - Perforce by default doesn't like mapping two different depot paths to the same place, leading to a similar problem you've described.  To get around that you'll probably need to use overlay mappings.https://www.perforce.com/perforce/doc.current/manuals/p4guide/chapter.configuration.html#configuration.refine_workspace.map_diff_depot_locationsLeading to something like this://OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME}/...+//OSSLEV3/Dev_R4/MNGP/... //${JOB_NAME}/... |Col A2|
 

  
 
 
 
 

 
 
 

 
 
 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-36426) How to poll two different folder under a single branch in single job

2016-07-21 Thread jda...@ipswitch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Davis edited a comment on  JENKINS-36426  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
 You could just create a workspace that has the folders you want and either manage that in P4V or in Jenkins.  Personally, I'd rather have a different workspace tuned for what I want rather than sharing it, just so I know the purpose of the workspace.  For me, I like to keep the workspaces in Jenkins, so I set the Perforce config in the Job to "Manual", then set the name to ${JOB_NAME}, then I'd set the view mappings to: {noformat} //OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME}/...//OSSLEV3/Dev_R4/MNGP/... //${JOB_NAME}/... {noformat}   Jenkins will automatically create a workspace for you with the name of your Jenkins job. btw - Perforce by default doesn't like mapping two different depot paths to the same place, leading to a similar problem you've described.  To get around that you'll probably need to use overlay mappings.https://www.perforce.com/perforce/doc.current/manuals/p4guide/chapter.configuration.html#configuration.refine_workspace.map_diff_depot_locationsLeading to something like this: {noformat} //OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME}/...+//OSSLEV3/Dev_R4/MNGP/... //${JOB_NAME}/... {noformat}  
 

  
 
 
 
 

 
 
 

 
 
 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-36426) How to poll two different folder under a single branch in single job

2016-07-21 Thread jda...@ipswitch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Davis commented on  JENKINS-36426  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
 You could just create a workspace that has the folders you want and either manage that in P4V or in Jenkins. Personally, I'd rather have a different workspace tuned for what I want rather than sharing it, just so I know the purpose of the workspace. For me, I like to keep the workspaces in Jenkins, so I set the Perforce config in the Job to "Manual", then set the name to $ {JOB_NAME}, then I'd set the view mappings to:  //OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME} /... //OSSLEV3/Dev_R4/MNGP/... //$ {JOB_NAME}/...  Jenkins will automatically create a workspace for you with the name of your Jenkins job.  btw - Perforce by default doesn't like mapping two different depot paths to the same place, leading to a similar problem you've described. To get around that you'll probably need to use overlay mappings.  https://www.perforce.com/perforce/doc.current/manuals/p4guide/chapter.configuration.html#configuration.refine_workspace.map_diff_depot_locations  Leading to something like this:  //OSSLEV3/Dev_R4/Cramer/... //${JOB_NAME} /... +//OSSLEV3/Dev_R4/MNGP/... //$ {JOB_NAME} /...  
 

  
 
 
 
 

 
 
 

 
 
 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-36426) How to poll two different folder under a single branch in single job

2016-07-04 Thread shubham.j...@amdocs.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shubham Jain created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36426  
 
 
  How to poll two different folder under a single branch in single job   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2016/Jul/05 5:50 AM  
 
 
Environment: 
 OS :- Red Hat Enterprise Linux Server release 6.5 (Santiago)  JDK :- 1.7.0_10  Jenkins Version :- Jenkins ver. 1.565  Container :- weblogic  Web Browser :- Chrome and IE  
 
 
Labels: 
 p4plugin jenkins  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Shubham Jain  
 

  
 
 
 
 

 
 We are trying to sync the codes from two different folder of same branch in two different workspaces. But only the last one which is defined in view map is synced. And the other one is not polled by the automatic build. To give a better understanding of the issue, we have the following two lines in view map of our job :- //OSSLEV3/Dev_R4/Cramer/... //LEVEL3_ARMMNGP_P1_THIN_FLOW_R4/... //OSSLEV3/Dev_R4/MNGP/... //L3-MNGP-build_R4/... Ideally, it should poll and read the changes from both the folders, but that is not the case. It is only reading from the last folder.