The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Use the jenkins plug-in with pipeline scripting

MANSUTTI | Last updated: Feb 19, 2020 09:04AM UTC

Hello, Is there a way to use the burp enterprise jenkins plug-in inside a groovy pipeline script. Something like (jenkins pipeline syntax follows): stage('Web scan') { steps { burpscan(<url>,...) } } where burpscan is a routine that would perform the actual scan and then provide the result to jenkins. Thanks, David

Ben, PortSwigger Agent | Last updated: Feb 19, 2020 02:36PM UTC