[JIRA] (JENKINS-43051) Jenkins Parameters/Variables are not expanded during Polling

2018-02-08 Thread yas...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adil Akhund-Zade commented on  JENKINS-43051  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Parameters/Variables are not expanded during Polling   
 

  
 
 
 
 

 
 Karl Wirth The expected result is not that env var is expanded - it is that the plugin does not crash failing the build run, at least. The community version of P4 plugin replaces the label var with empty string and polls at #head. This is the logical solution IMHO. The obvious workaround is to keep 2 jobs: one for polling, another one for "pinned" builds. But it is clunky.  
 

  
 
 
 
 

 
 
 

 
 
 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-43051) Jenkins Parameters/Variables are not expanded during Polling

2018-02-08 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Closing - unable to fix. Jenkins has limitations with the visibility of environment variables during polling.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-43051  
 
 
  Jenkins Parameters/Variables are not expanded during Polling   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 In Progress Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-43051) Jenkins Parameters/Variables are not expanded during Polling

2017-03-22 Thread treadston...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emory Penney created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43051  
 
 
  Jenkins Parameters/Variables are not expanded during Polling   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2017/Mar/22 10:15 PM  
 
 
Environment: 
 Jenkins: 2.32.2  p4-plugin: 1.5.1   
 
 
Priority: 
  Major  
 
 
Reporter: 
 Emory Penney  
 

  
 
 
 
 

 
 Steps to reproduce: 
 
Create a job with P4 Plugin 
Add two parameters to the job 
 
changelist (leave default blank) 
depot_path //depot/some/path 
  
Set Manual View Mappings: 
 
${depot_path}/... //${P4_CLIENT}/... 
  
Set pin build at perforce label: 
 
${changelist} 
  
Check "Poll SCM": 
 
EG: H/2 * * * *