[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2020-03-06 Thread yann...@koehler.name (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yannick Koehler commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 I am experimenting the same problem...  My CL unshelve through the plugin, after a checkout() using p4 plugin also results in the changeset being empty or missing the CL that got unshelve. Only using checkout with changelog: true then I get p4 plugin to populate changeset but only with the sync's CL which is of no interest in the case of an unshelve situation.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2020-01-02 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Labels: 
 P4_B  P4_VERIFY  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2020-01-02 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Labels: 
 P4_SUPPORT P4_B  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2020-01-02 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Assignee: 
 Karl Wirth  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2020-01-02 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Hi Morne Joubert - Happy New Year and thanks for all the detail. I was easily able to reproduce this so will pass it back to the devs.   Reproduction Steps: (1) Create the depot structure: //depot/JENKINS-38781-UnsyncChangelist/JenkinsfileHome/Jenkinsfile //depot/JENKINS-38781-UnsyncChangelist/sync/s1 //depot/JENKINS-38781-UnsyncChangelist/unshelve/u1 (2) In the Jenkinsfile put the following code: 

 

pipeline {
  agent { label 'master' }
  stages {
stage("Repro") {
  steps {
script {
p4sync charset: 'none', credential: 'JenkinsMaster', populate: autoClean(delete: true, modtime: false, parallel: [enable: false, minbytes: '1024', minfiles: '1', threads: '4'], pin: '', quiet: false, replace: true, tidy: false), source: depotSource('//depot/JENKINS-38781-UnsyncChangelist/sync/...')
def p4env = p4unshelve credential: 'JenkinsMaster', ignoreEmpty: false, resolve: 'at', shelf: '2254', tidy: false, workspace: manualSpec(charset: 'none', cleanup: false, name: 'jenkins-${NODE_NAME}-${JOB_NAME}-${EXECUTOR_NUMBER}-unshelve', pinHost: false, spec: clientSpec(allwrite: false, backup: true, changeView: '', clobber: true, compress: false, line: 'LOCAL', locked: false, modtime: false, rmdir: false, serverID: '', streamName: '', type: 'WRITABLE', view: '//depot/JENKINS-38781-UnsyncChangelist/unshelve/... //jenkins-${NODE_NAME}-${JOB_NAME}-${EXECUTOR_NUMBER}-unshelve/unshelve/... '))
   }
  }
}
  }
}
 

 Note that there is a sync step followed by an unshelve to a different directory. (3) Run the job using 'Build Now'. The unshelve step should have unshelved '2254' but it is not reported:  We would like to see unshelved changelist reported.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2020-01-02 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Attachment: 
 image-2020-01-02-15-25-09-490.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 in your testing, please do a sync step and then an unshelve step and check both are in the jenkins changes summary page. thanks  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Am on jenkins 2.176.4 with p4-plugin 1.10.6  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 

 
[2019-12-11T16:33:23.125Z] P4 Task: unshelve review: 614492
[2019-12-11T16:33:23.127Z] (p4):cmd:... p4 unshelve -f -s614492 -cdefault
[2019-12-11T16:33:23.127Z] p4 unshelve -f -s614492 -cdefault 

 The pipeline code shows the unshelve but nothing in the summary The pipeline groovy looks like 

 

 p4unshelve credential: p4_credential, resolve: 'at', shelf: ubxShelve, tidy: false, workspace: [$class: 'StreamWorkspaceImpl', charset: 'none', format: p4Workspace, pinHost: false, streamName: perforceStream]
 

 The sync steps (that does provide the changes summary), looks like 

 

checkout poll: false, scm: perforce(
credential: credential_id, 
populate: autoClean(delete: true, 
modtime: true, 
parallel: [enable: false, minbytes: '1024', minfiles: '1', threads: '4'], 
pin: perforceLabel, 
quiet: false, 
replace: true, 
tidy: false), 
workspace:ws )
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 In the screenshot you can see my pipeline output. In this code i synced CL 614442 on 2 streams and then unshelved 614492 1) The CL 614442 appears both (for each stream) , the code doesn't create a single set of unique CLs 2) I can see no shelve CL comments   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Morne Joubert  
 
 
Attachment: 
 p4_shelve.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Morne Joubert  
 
 
Attachment: 
 p4_shelve.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Morne Joubert  
 
 
Attachment: 
 p4_shelve.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 the ticket was created 3 years ago  let me check    
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Hi Morne Joubert - Sorry I'm missing the point here. I've read the job you mention but can you describe for me exactly what you want to do and what is not working.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 What i do in my pipeline wrappers is to have P4_CHANGELIST = cl/label P4_UNSHELVESET= a,b,c    
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-13 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 i currently set the P4_CHANGELIST to the CL the code was synced to , and totally ignore ENV for the shelved CLs since you can unshelve 10 different change lists  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-12 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth stopped work on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-04 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Hi Morne Joubert - I'd like to review this one with the developers so I did the following test.   P4_CHANGELIST is reported but it matches the latest changelist the workspace was synced to. For example unshelving changelist 2254: 

 

pipeline {
  agent { label 'master' }
  stages {
stage("Repro") {
  steps {
script {
def p4env = p4unshelve credential: 'JenkinsMaster', ignoreEmpty: false, resolve: 'at', shelf: '2254', tidy: false, workspace: manualSpec(charset: 'none', cleanup: false, name: 'jenkins-${NODE_NAME}-${JOB_NAME}-${EXECUTOR_NUMBER}', pinHost: false, spec: clientSpec(allwrite: false, backup: true, changeView: '', clobber: true, compress: false, line: 'LOCAL', locked: false, modtime: false, rmdir: false, serverID: '', streamName: '', type: 'WRITABLE', view: '//depot/JENKINS-38781-UnsyncChangelist/... //jenkins-${NODE_NAME}-${JOB_NAME}-${EXECUTOR_NUMBER}/... '))
echo "P4_CHANGELIST is:"
echo env.P4_CHANGELIST
echo sh(script: 'env|sort', returnStdout: true)
   }
  }
}
  }
}
 

 In the output: 

 

...cut...
P4 Task: unshelve review: 2254
... p4 unshelve -f -s2254 -cdefault +//depot/JENKINS-38781-UnsyncChangelist/f1
... duration: (2ms)
P4 Task: resolve: -at
... p4 resolve -at /var/lib/jenkins/workspace/JENKINS-38781-ChangelistOnUnshelve/... +... duration: (1ms)
[Pipeline] echo
P4_CHANGELIST is:
[Pipeline] echo
2268
...cut...
 

 What do you want P4_CHANGELIST to be set to? Note the changes are also seen in Jenkins:       
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 

[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-12-04 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Attachment: 
 image-2019-12-04-15-41-26-079.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-07-05 Thread m...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Sorry for the delayed reply, i had to get a new Jira username   Yes, this is still an issue. Pretty easy to test  
 

  
 
 
 
 

 
 
 

 
 
 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.175181.1475750631000.2152.1562311500591%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2019-06-20 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Hi Morne Joubert - I've just been going through the jobs and saw this was still open. Is this still a problem?  
 

  
 
 
 
 

 
 
 

 
 
 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.175181.1475750631000.4708.1561046100427%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38781) p4 unshelve not updating changes (pipeline)

2018-12-20 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Labels: 
 P4_SUPPORT  
 

  
 
 
 
 

 
 
 

 
 
 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-38781) p4 unshelve not updating changes (pipeline)

2017-02-22 Thread morne.joub...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 what is the progress on this ? Been 4 months since the last update. Is is critical for a SCM plugin to display the changes that a build are using. I am willing to help implement this fix, i just need to know where to add it  
 

  
 
 
 
 

 
 
 

 
 
 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-38781) p4 unshelve not updating changes (pipeline)

2016-10-13 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth assigned an issue to Karl Wirth  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Assignee: 
 Karl Wirth  
 

  
 
 
 
 

 
 
 

 
 
 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-38781) p4 unshelve not updating changes (pipeline)

2016-10-13 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Validated by P4 Support  
 

  
 
 
 
 

 
 
 

 
 
 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-38781) p4 unshelve not updating changes (pipeline)

2016-10-13 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen started work on  JENKINS-38781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 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-38781) p4 unshelve not updating changes (pipeline)

2016-10-07 Thread morne.joub...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 related to JENKINS-38401  
 

  
 
 
 
 

 
 
 

 
 
 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-38781) p4 unshelve not updating changes (pipeline)

2016-10-07 Thread morne.joub...@u-blox.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morne Joubert updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38781  
 
 
  p4 unshelve not updating changes (pipeline)   
 

  
 
 
 
 

 
 Releated to JENKINS-37584  
 

  
 
 
 
 

 
Change By: 
 Morne Joubert  
 
 
Summary: 
 p4 unshelve not updating changes  (pipeline)  
 

  
 
 
 
 

 
 
 

 
 
 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.