- add https://plugins.jetbrains.com/plugins/eap/list as Plugin Repository
This plugin allows to view the content of your Jenkins Continuous Integration Server.
This plugin was built with JDK 11 but Java 8 Source level for older IDEA versions. Jenkins CIs of jenkins-ci and apache.org are used for manual and stress testing. https://ci.jenkins.io/
Download this plugin from your IDE or from the plugin website.
- Click on the Jenkins Settings button located on the upper toolbar (or you can also open IntelliJ Settings Screen and select the Jenkins Control Plugin option).
- Enter your Jenkins Server URL (e.g: https://ci.jenkins.io/).
- If Security is enabled on the server, you have to provide credentials. Enter your username and the password. The password will be stored in Intellij Password Manager. It could ask you a Master password.
- If CSRF (Cross Site Request Forgery Prevention) is enabled on the server, then
- Since Jenkins 2.176 it is recommended to use an API token to authenticate the plugin:
- Go to user setting:
_jenkins_url_/user/_username_/configure
- Add New API Token (recommended new one specifically for Jenkins Plugin)
- Use this newly added API Token as your Password, no need to specify Crump Data.
- Go to user setting:
- For older Jenkins version (<2.176) you have to provide your crumb data. To get the value, you will have to open the following URL in your browser
_jenkins_url_/crumbIssuer/api/xml?tree=crumb
. Just copy and paste the crumb value in the field. Please note for the authentication case, you have to run the crumb URL after login.
- Since Jenkins 2.176 it is recommended to use an API token to authenticate the plugin:
- To make sure that all parameters are correct, you can click on the Test Connection button. A feedback message will appear.
- If the server response is 401 or 403, a debug panel will appear below :
- You can specify a build start delay (in sec.).
- You can set an auto refresh Period value (in minutes) for both Job Browser and Rss Reader.
- You can filter the RSS data based on the status of the build
- When your configuration is set up, click on the Apply Button to save it.
This plugin uses the IDEA Notification System. Default is Tool Window Balloon (as in previous versions). If the message is too large for screen it is not shown. It can be configured from Event log window:
It is also possible to configure it (Settings -> Appearance -> Notifications -> Jenkins Notifications) to show only balloon or only log
- To view the jobs You have to refresh the Jenkins Workspace by right-clicking on the Server icon node
- You can select some view by selecting of them in the combo box.
- When you right click on a job some options are available such as Launch a Build, View The Job's Page and View the Last Build Results.
- You can sort builds by status (Fail, Unstable, Disabled/Cancelled and Success)
-
To search specific Job, just start typing in the Browser and use UP and DOWN keys to navigate.
-
You can set some jobs as favorite.
- A new View will appear in the combobox that will include your selected jobs.
The RSS reader has moved to the Event Log. If you need to refresh manually, click on the Rss icon button.
- A small widget is available on the status bar. It indicates the overall status of the selected view. When there is no broken build then the icon color is blue (else, a red icon is displayed with the remaining broken builds. If the job auto-refresh is enabled then the widget updates itself.
Patch Parameter Plugin Support (Pre-tested commit) by Yuri Novitsky
-
(https://wiki.jenkins-ci.org/display/JENKINS/Patch+Parameter+Plugin)
-
Information about pre-tested commit: https://wiki.jenkins-ci.org/display/JENKINS/Designing+pre-tested+commit
-
Setup the plugin from Jenkins server
- Install Patch Parameter Plugin in Jenkins
- Setup Jenkin's job for patch support
- Before each new build we need to rollback the patch changes with "revert" operation
- Setup from the IDE
- Updating the list of jobs i recommend to install in 1 minute for quick notifications of the results of the build
- That's all. Now you can run builds with local changes directly from the IDE
- Build status is displayed near the name of the changelist
This project is built with Gradle. Just run ./gradlew buildPlugin
.
gradle wrapper --gradle-version 6.8.1 --distribution-type bin
Import the plugin as Gradle project into IntelliJ.
Create a Gradle Run configuration with task runIdea
and just run it.
- This software is written under Apache License 2.0.
- if Jenkins is behind an HTTPS web server, set a trusted certificate.
I would like to thank:
- All Github contributors who fixed the plugin for Jenkins 2
- David Boissier for develop and maintain the plugin in the last years
- His wife and his daughters who support him to have fun in software development and also remind him the husband/father duty ;).
- Cezary Butler and Marcin Seroka from Programisci for their contribution to fix and improve this plugin for Idea 14 and 15
- Yuri Novitsky for his contribution to this plugin (pre-commit feature)
- Kohsuke Kawaguchi for providing us such a great CI server
- Jetbrains Team for providing us such an incredible IDE (certainly the best that Java developers could have).
- All users who sent valuable suggestions
- Mark James author of the famfamfam web site who provides beautiful icons.
- Guys from Lex Group : Boris Gonnot, Regis Medina, Sébastien Crego, Olivier Catteau, Jean Baptiste Potonnier and others Agile ninjas.
- Icon is from Jenkins Artwork