Skip to content

electric-cloud/EC-WebSphere

Repository files navigation

EC-WebSphere

The CloudBees CD WebSphere integration

Compile

Run gradlew to compile the plugin

./gradlew

Tests

Creating ecplugin.properties

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.

Running tests

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