[JIRA] [openshift-deployer-plugin] (JENKINS-30670) The list of "Gear Profile" must be dynamically updated based on the "Domain" chooses

2015-09-28 Thread julien.piccal...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Julien Piccaluga created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30670 
 
 
 
  The list of "Gear Profile" must be dynamically updated based on the "Domain" chooses  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Siamak Sadeghianfar 
 
 
 

Components:
 

 openshift-deployer-plugin 
 
 
 

Created:
 

 28/Sep/15 7:58 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Julien Piccaluga 
 
 
 
 
 
 
 
 
 
 
The list of "Gear Profile" fetch the default user's domain instead of fetching the domain choose in the value list of the domain. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

  

[JIRA] [openshift-deployer-plugin] (JENKINS-29700) Backslash should escape equal character when evaluation environment variables

2015-09-28 Thread julien.piccal...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Julien Piccaluga closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
I close this issue in the mean time I find an other way to configure environment variable by combining more than one variable in my property file. Exemple jtds.url=""> {DB_URL} 
; {DB_DOMAIN} 
. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-29700 
 
 
 
  Backslash should escape equal character when evaluation environment variables  
 
 
 
 
 
 
 
 
 

Change By:
 
 Julien Piccaluga 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [openshift-deployer-plugin] (JENKINS-29700) Backslash should escape equal character when evaluation environment variables

2015-07-29 Thread julien.piccal...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Julien Piccaluga created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29700 
 
 
 
  Backslash should escape equal character when evaluation environment variables  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Siamak Sadeghianfar 
 
 
 

Components:
 

 openshift-deployer-plugin 
 
 
 

Created:
 

 29/Jul/15 3:39 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Julien Piccaluga 
 
 
 
 
 
 
 
 
 
 
For exemple : If I set a environment variable containing a jtds connection string. 
JTDS_CONNECTION_STRING=jdbc:jtds:sqlserver://host:33455/DBName;domain\=myDomain 
I expect that the equal chararter will be escaped by the backslash. 
We can see in the Java Class ApplicationDeploy at line 145 that it's not the the case. 
You should split with the following regex : 
String regex = ".[^]=."; String[] parts = environmentVariable.split(regex); 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment