The CloudBees CD WebSphere integration
Run gradlew to compile the plugin
./gradlew
Create an ecplugin.properties at the root of this repository with the following content
COMMANDER_USER=<COMMANDER_USER>
COMMANDER_PASSWORD=<COMMANDER_PASSWORD>
These represent secrets that should not be checked in.
Run the test
task to run the system tests. You may want to specify the CloudBees CD Server to test against by way of the COMMANDER_SERVER environment variable.
COMMANDER_SERVER=<CloudBees CD Server FQDN or IP> ./gradlew test