Home / PhpStorm / Jenkins
PhpStorm/Jenkins Integration
Integration requires the Jenkins Control Plugin - How to install a PhpStorm plugin
Configure a PhpStorm project with Jenkins
- Access PhpStorm settings (Linux, Windows: File > Settings, Mac: PhpStorm > Preferences)
- Choose Jenkins Plugin from the Project Settings section of the list on the left-hand side
- If you don't see Jenkins Plugin, make sure you have the Jenkins Control Plugin installed and activated
-
Server Address:
http://ci.digitec.local/
-
Job Refresh Period:
1
- Click OK button
Using Jenkins in a (configured) PhpStorm project
- There is a Jenkins tool button that can be clicked to toggle open the Jenkins panel
- The default location for the tool button is the right-hand side of the PhpStorm windown near the Database tool button
- If you don't see Jenkins tool button, make sure you have the Jenkins Control Plugin installed and activated
- Although the Jenkins projects statuses will be updated automatically, there is a little lag. Click the refresh icon (the 2 blue circular arrows) for current statuses.
- The sort by build status icon (the green arrow with the red and blue dots) can be clicked to sort by build status, placing projects with failed builds at the top of the list.