Skip to content

jenkinsci/appspider-build-scanner-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    $ git clone https://github.com/rapid7/jenkinspider.git
  2. Change directory to the jenkinspider repository

    $ cd jenkinspider
  3. 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
  4. The hpi file is located at target/jenkinspider.hpi

About

Jenkins plugin that calls the AppSpider API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.5%
  • FreeMarker 39.8%
  • HTML 0.7%