-
Improvement
-
Resolution: Fixed
-
Major
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
[JENKINS-27945] Support for deployment on cluster
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 162544 ] | New: JNJira + In-Review [ 196977 ] |
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.