Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Update project configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ikikko committed May 5, 2014
1 parent 0039b8d commit a896013
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
This is a Jenkins plugin which notifies to Typetalk ( https://typetalk.in/ )

# How to build
- ref : https://wiki.jenkins-ci.org/display/JENKINS/Gradle+JPI+Plugin
#Build#
The Jenkins plugin build is powered by the <a href="https://github.com/jenkinsci/gradle-jpi-plugin">gradle-jpi-plugin</a> (see its <a href="https://wiki.jenkins-ci.org/display/JENKINS/Gradle+JPI+Plugin">documentation</a>).

## Import to IDE
There are following targets defined:

```
gradle cleanEclipse eclipse
gradle cleanIdea idea
```
Builds **.hpi** file

## Launch for development
gradle jpi

```
gradle clean server
```
Run development server:

## Package a plugin file
gradle server

```
gradle clean jpi
```
###Debugging###

If you don't install gradle, you can use gradlew / gradlew.bat instead of gradle.
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
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = "typetalk-plugin"

0 comments on commit a896013

Please sign in to comment.