[JIRA] (JENKINS-43632) Not Possible to Set Blank Environment Variables?

2020-03-27 Thread v...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Volker von Einem edited a comment on  JENKINS-43632  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Not Possible to Set Blank Environment Variables?   
 

  
 
 
 
 

 
 Same here...I wanted something like this: VERSION_SUFFIX = "${env.BRANCH_NAME == "master" ? "" : "-alpha"}"It fails without information about the problem.Is there a workaround?  Update:A workaround - not nice - that worked for me aw to use a blank " ".VERSION_SUFFIX = "${env.BRANCH_NAME == "master" ? " " : "-alpha"}"  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-43632) Not Possible to Set Blank Environment Variables?

2020-03-27 Thread v...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Volker von Einem commented on  JENKINS-43632  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Not Possible to Set Blank Environment Variables?   
 

  
 
 
 
 

 
 Same here... I wanted something like this:  VERSION_SUFFIX = "${env.BRANCH_NAME == "master" ? "" : "-alpha"}" It fails without information about the problem. Is there a workaround?  
 

  
 
 
 
 

 
 
 

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