Learn about our new features recently updated daily.
Jenkins - an open source automation server which enables developers around the world to reliably build, test, and deploy their software. This plugin can be used to trigger beagle penetration testing from jenkins
Steps
Installation of Beagle Security Plugin in Jenkins
STEP 1
  1. Login to Jenkins
  2. Navigate to Manage Jenkins -> Manage Plugins
    • Click on Check Now for retrieving latest plugin information
    • Click on Available
    • Search for Beagle Security
    • Check Beagle Security and Install
    • Restart Jenkins if necessary(Recommended)
STEP 2
You have to setup APPLICATION TOKEN and ACCESS TOKEN in Jenkins in order to trigger the test
  1. Setting up APPLICATION TOKEN
    • Select project -> Configure -> Select Build -> Add build step -> Select Trigger Beagle Penetration Testing -> Provide Application Token and Save
  2. For ACCESS TOKEN you're provided with two options:
    • Configure Globally, Then by default this ACCESS TOKEN used by the Plugin. To configure it globally follow the steps
      • Manage Jenkins -> Configure System -> Navigate to Beagle Security and Specify your token and Save
    • Configure Locally for a project, If this step is done the global configuration will be overridden for the selected project.To configure it per project follow the steps
      • Select project -> Configure -> Select Build -> Add build step -> Select Trigger Beagle Penetration Testing -> Select Advanced -> Provide Access Token and Save
Walkthrough

Next

You have successfully triggered a test using Jenkins. Now you can try with other tools as well