[JIRA] (JENKINS-51369) Paramater not expanded in workspace definition for getting Jenkinsfile

2019-01-17 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51369  
 
 
  Paramater not expanded in workspace definition for getting Jenkinsfile   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 Reopened Closed  
 

  
 
 
 
 

 
 
 

 
 
 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-51369) Paramater not expanded in workspace definition for getting Jenkinsfile

2019-01-17 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen updated  JENKINS-51369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51369  
 
 
  Paramater not expanded in workspace definition for getting Jenkinsfile   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 Fixed but Unreleased Reopened  
 

  
 
 
 
 

 
 
 

 
 
 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-51369) Paramater not expanded in workspace definition for getting Jenkinsfile

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


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-51369  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Paramater not expanded in workspace definition for getting Jenkinsfile   
 

  
 
 
 
 

 
 Note: To workaround this problem untick 'Lightweight checkout'.  
 

  
 
 
 
 

 
 
 

 
 
 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-51369) Paramater not expanded in workspace definition for getting Jenkinsfile

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


 
 
 
 

 
 
 

 
   
 Karl Wirth updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51369  
 
 
  Paramater not expanded in workspace definition for getting Jenkinsfile   
 

  
 
 
 
 

 
Change By: 
 Karl Wirth  
 
 
Labels: 
 P4_VERIFY  
 

  
 
 
 
 

 
 
 

 
 
 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-51369) Paramater not expanded in workspace definition for getting Jenkinsfile

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


 
 
 
 

 
 
 

 
   
 Karl Wirth created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51369  
 
 
  Paramater not expanded in workspace definition for getting Jenkinsfile   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2018-05-16 15:48  
 
 
Environment: 
 p4-plugin 1.8.10  Jenkins 2.89.4 and 2.122  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Karl Wirth  
 

  
 
 
 
 

 
 Paramaters are not expanded when used in the workspace definition used to sync the workspace. Reproductions Steps: (1) Create a pipeline job. (2) Select 'This project is parameterized' and create a 'String Paramater' call 'MY_PATH' with default value '//depot/project1/...' (3) Under 'Pipeline' choose 'Pipeline Script from SCM' and choose 'Perforce Software' as the SCM. (4) Use the following View mapping: 

 

${MY_PATH}/main/... //jenkins-${NODE_NAME}-${JOB_NAME}/... 

 (5) Run the job manually and specify any valid depot path as the parameter. The error seen is: 

 

Started by user anonymous
com.perforce.p4java.exception.RequestException: Error in client specification.
Mapping 'MY_PATH/main/...' is not under '//depot/...'.
 

 As you can see 'MY_PATH' has not been expanded.