[JIRA] (JENKINS-38478) Allow the ability to tag specified file revisions with a label

2018-02-23 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38478  
 
 
  Allow the ability to tag specified file revisions with a label   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Component/s: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 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-38478) Allow the ability to tag specified file revisions with a label

2016-09-23 Thread matthew.k.sm...@viasat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38478  
 
 
  Allow the ability to tag specified file revisions with a label   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin, pipeline  
 
 
Created: 
 2016/Sep/23 9:54 PM  
 
 
Environment: 
 p4 plugin 1.4.6  Jenkins ver. 1.651.2  Pipeline 2.4  
 
 
Labels: 
 p4 p4-plugin label tag  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Matthew Smith  
 

  
 
 
 
 

 
 In our pipeline, we deal with checking out multiple clients on individual nodes. It appears that p4tag associates the files of the client workspace created by the first call of checkout in the job, and subsequent checkouts do not update the view associated to the label. We need to be able to attach files to a label that are outside of the build workspace. For this reason, it would be helpful if the p4 plugin had the ability to attach specific files to a label, as opposed to being stuck with the view of the first client workspace that is created.