Skip to content

droberts2013/xldeploy-plugin

 
 

Repository files navigation

#Build# The Jenkins plugin build is powered by the gradle-jpi-plugin (see its documentation).

There are following targets defined:

Builds .hpi file

gradle jpi

Run development server:

gradle server

###Debugging###

Debuggins is configured with GRADLE_OPTIONS env variable.

GRADLE_OPTS="${GRADLE_OPTS} -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006" ./gradlew clean server

How to debug slave:

javaws  -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8200 http://localhost:8080/computer/slave1/slave-agent.jnlp

Dependencies

Jenkins plugin for XL Deploy depends on publicly available libraries that can be found at https://dist.xebialabs.com/public/maven2/

About

Version to allow Jenkins variables in tags

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.9%
  • Python 2.5%
  • RobotFramework 2.5%
  • HTML 2.4%
  • JavaScript 0.7%