This repository was archived by the owner on Feb 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rootProject.name = "typetalk-plugin" |