[JIRA] [websphere-deployer-plugin] (JENKINS-29695) Wrong context root extracted from ibm-web-ext.xml file

2015-07-29 Thread valerio.po...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Valerio Ponte created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29695 
 
 
 
  Wrong context root extracted from ibm-web-ext.xml file  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 websphere-deployer-plugin 
 
 
 

Created:
 

 29/Jul/15 8:32 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Valerio Ponte 
 
 
 
 
 
 
 
 
 
 
When using the recently added functionality of honoring context-root in ibm-web-ext (https://github.com/jenkinsci/websphere-deployer-plugin/pull/6) the plugin attempts to extract context-root from said file. 
Since in the file the user can write the context root both with a leading slash and without, the plugin attempts to add a leading slash if missing. Such addition is currently performed wrong, since the slash is added at the end of the specified context-root. 
The proposed PR (https://github.com/jenkinsci/websphere-deployer-plugin/pull/7) fixes this behavior by correctly adding the slash at the begin of the context-root. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 

[JIRA] [websphere-deployer-plugin] (JENKINS-28014) Honor ibm-web-ext.xml context-root

2015-04-20 Thread valerio.po...@gmail.com (JIRA)














































Valerio Ponte
 created  JENKINS-28014


Honor ibm-web-ext.xml context-root















Issue Type:


Improvement



Assignee:


Valerio Ponte



Components:


websphere-deployer-plugin



Created:


20/Apr/15 12:26 PM



Description:


When deploying a WAR file the plugin packages it into an EAR. In order to do so it also creates an application.xml file with the module details.

One detail is the context-root of the application which is currenltly the WAR file name. 
This poses problems for instance when building WAR with Maven, since the WAR name will contain the version, which on change will change the context root of the application. This in turn might break other modules or resources depending on the context root.

I opened a PR on GitHub that closes the issue (https://github.com/jenkinsci/websphere-deployer-plugin/pull/6) by reading the context root specified in the ibm-web-ext.xml file, when present.




Project:


Jenkins



Labels:


improvement
plugin




Priority:


Major



Reporter:


Valerio Ponte

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [websphere-deployer-plugin] (JENKINS-27945) Support for deployment on cluster

2015-04-20 Thread valerio.po...@gmail.com (JIRA)















































Valerio Ponte
 resolved  JENKINS-27945 as Fixed


Support for deployment on cluster
















The proposed PR has been accepted. It would still require testing on multi-node clusters.





Change By:


Valerio Ponte
(20/Apr/15 12:21 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [websphere-deployer-plugin] (JENKINS-27945) Support for deployment on cluster

2015-04-15 Thread valerio.po...@gmail.com (JIRA)














































Valerio Ponte
 started work on  JENKINS-27945


Support for deployment on cluster
















Change By:


Valerio Ponte
(15/Apr/15 8:31 AM)




Status:


Open
InProgress



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [websphere-deployer-plugin] (JENKINS-27945) Support for deployment on cluster

2015-04-15 Thread valerio.po...@gmail.com (JIRA)














































Valerio Ponte
 stopped work on  JENKINS-27945


Support for deployment on cluster
















Change By:


Valerio Ponte
(15/Apr/15 8:31 AM)




Status:


InProgress
Open



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [websphere-deployer-plugin] (JENKINS-27945) Support for deployment on cluster

2015-04-15 Thread valerio.po...@gmail.com (JIRA)














































Valerio Ponte
 commented on  JENKINS-27945


Support for deployment on cluster















Opened PR (https://github.com/jenkinsci/websphere-deployer-plugin/pull/5) to close this issue. I tested the proposed patches against WAS 8.5.5 environment, both clusterized (single server cluster) and standalone.

I think it might still not work correctly on a clusterized environment with multiple application server, since I think it will install the given application only on a single node. This case needs testing to be confirmed.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [websphere-deployer-plugin] (JENKINS-27945) Support for deployment on cluster

2015-04-14 Thread valerio.po...@gmail.com (JIRA)














































Valerio Ponte
 created  JENKINS-27945


Support for deployment on cluster















Issue Type:


Improvement



Assignee:


Valerio Ponte



Components:


websphere-deployer-plugin



Created:


14/Apr/15 9:01 PM



Description:


For some reason deployment on cluster is disabled. 

The code is almost already in place but there is no way to specify a cluster on the web interface options, therefore when you try to deploy on a cluster it fails.

I open this issue for 2 reasons:

1. provide a PR on github that will allow deployment on clusters
2. understand why deployment on clusters is currently disallowed, since maybe there is some reason I am missing





Project:


Jenkins



Labels:


improvement
plugin




Priority:


Major



Reporter:


Valerio Ponte

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.