Jenkinspider is a plugin developed to be used in Jenkins to scan builds
Things that are needed:
- AppSpider Enterprise Rest URL
- Username and password to the AppSpider Enterprise Server
1.0.12
-
Build the hpi file (See How to build the hpi file section below)
-
In the browser, go to your jenkins server
-
Navigate to Manage Jenkins > Manage Plugins
-
Navigate to the Advance tab
-
In the Upload Plugin section, click on the 'Choose file' button
-
Navigate to where the hpi file was created
-
Click on the Upload button
-
Clone the git repository
$ git clone https://github.com/rapid7/jenkinspider.git
-
Change directory to the jenkinspider repository
$ cd jenkinspider
-
Build the hpi file. For first time build run:
$ mvn hpi:run
when the build is complete, kill the session by CTRL + C. This is needed to generate the necessary folder. Then run the command to build the package.
$ mvn hpi:hpi
-
The hpi file is located at target/jenkinspider.hpi