[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-20 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-20 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan commented on  JENKINS-61509  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
 OK well in that case you can't do that. Each shell script executes in its own environment. You can test this quickly like this to confirm: Given this configuration:   This is the output:   Notice that the first shell is able to read the environment variable but the second one is not. I suggest you migrate your job to a pipeline job which has built in support for passing environment variables or use the Stackoverflow link above for more help. Thanks.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-20 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Attachment: 
 test-configuration.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-20 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Attachment: 
 test-output.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-20 Thread jose.salg...@gorillalogic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jose Salgado commented on  JENKINS-61509  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
 Just as you did Mez Pahlan the value is being pass in a shell script executed before Appcenter Step.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-19 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan commented on  JENKINS-61509  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
 Hi Jose Salgado. Very interesting. Let me ask you one question. Where in your freestyle configuration are you specifying the release notes environment variable? I was able to recreate your issue. but partially. I've added an execute shell step before the AppCenter step and it doesn't get interpolated.However when I use another environment variable it does get correctly interpolated.   This Stackoverflow post suggests that you can't pass environment variables in this way and that you need a different plugin to do that. Is it possible that this is what is happening in your case?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-19 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Attachment: 
 appcenter-console.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-19 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Attachment: 
 appcenter-release-notes.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-19 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Attachment: 
 execute-shell-step.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61509) Release Notes field is not interpolating values from Variable

2020-03-18 Thread jose.salg...@gorillalogic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jose Salgado created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61509  
 
 
  Release Notes field is not interpolating values from Variable   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mez Pahlan  
 
 
Attachments: 
 Screen Shot 2020-03-18 at 9.00.24 AM.png, Screen Shot 2020-03-18 at 9.00.35 AM.png, Screen Shot 2020-03-18 at 9.00.57 AM.png, Screen Shot 2020-03-18 at 9.05.04 AM.png  
 
 
Components: 
 appcenter-plugin  
 
 
Created: 
 2020-03-18 15:07  
 
 
Environment: 
 Jenkins Version: 2.223  Plugin Version: 0.8.2  
 
 
Labels: 
 plugin jenkins  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jose Salgado  
 

  
 
 
 
 

 
 When the Appcenter Plugin is being used as "Freestyle Project" the field for "Release Notes" is not supporting variable interpolation.