https://github.com/rapid7/jenkinsci-appspider-plugin
Jenkins plugin that calls the AppSpider API
https://github.com/rapid7/jenkinsci-appspider-plugin
Last synced: about 1 year ago
JSON representation
Jenkins plugin that calls the AppSpider API
- Host: GitHub
- URL: https://github.com/rapid7/jenkinsci-appspider-plugin
- Owner: rapid7
- License: other
- Archived: true
- Created: 2015-07-20T21:59:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T10:06:25.000Z (about 2 years ago)
- Last Synced: 2025-03-20T23:45:16.287Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 304 KB
- Stars: 9
- Watchers: 56
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.TXT
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkinspider
Jenkinspider is a plugin developed to be used in Jenkins to scan builds
### Prerequisite
Things that are needed:
* AppSpider Enterprise Rest URL
* Username and password to the AppSpider Enterprise Server
### Version
1.0.12
### Steps
1. Build the hpi file (See How to build the hpi file section below)
2. In the browser, go to your jenkins server
3. Navigate to Manage Jenkins > Manage Plugins
4. Navigate to the Advance tab
5. In the Upload Plugin section, click on the 'Choose file' button
6. Navigate to where the hpi file was created
7. Click on the Upload button
### How to build the hpi file
1. Clone the git repository
```sh
$ git clone https://github.com/rapid7/jenkinspider.git
```
2. Change directory to the jenkinspider repository
```sh
$ cd jenkinspider
```
3. Build the hpi file. For first time build run:
```sh
$ 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.
```sh
$ mvn hpi:hpi
```
5. The hpi file is located at target/jenkinspider.hpi