-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 1. display build parameters 2. auto load builds option in settings #246
Conversation
2. add feature: auto load builds
Thanks for contribute
|
this option only load builds of root jobs. |
I will review it these days |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See Review Comments
src/main/java/org/codinjutsu/tools/jenkins/view/JenkinsTreeRenderer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/codinjutsu/tools/jenkins/logic/JenkinsJsonParser.java
Outdated
Show resolved
Hide resolved
src/main/java/org/codinjutsu/tools/jenkins/model/BuildParameter.java
Outdated
Show resolved
Hide resolved
src/main/java/org/codinjutsu/tools/jenkins/view/JenkinsTreeNode.java
Outdated
Show resolved
Hide resolved
src/main/java/org/codinjutsu/tools/jenkins/model/BuildParameter.java
Outdated
Show resolved
Hide resolved
Thanks for contribute: |
released with released with 0.13.9 |
Feature
Display build parameters
reason: conveniently observe build's parameters e.g. git repository name and branch
Auto load builds option in settings
reason: don't have to manually trigger load builds very often