The Jenkins plugin allows you to download the Uleska Plugin where you can set up the host where you have Uleska running on site or in the cloud.
To download the Uleska plugin for Jenkins, go here: https://plugins.jenkins.io/uleska/
You can add the Application ID and Version ID for the Application you want to run.
Getting the Application and Version GUIDs
To get the GUID value for your application or version to be tested, you can either get this from your user interface or the Uleska CLI.
Running the Uleska CLI from Jenkins
You can also run the Uleska CLI from Jenkins as you would run any Python command, see the Python example at https://www.jenkins.io/doc/pipeline/tour/hello-world/ for more details.
The Uleska CLI will receive updates ahead of the Jenkins plugin so you may find more ability to control your security testing and view results through the Uleska CLI. You can find out more about the Uleska CLI here.
Now you have the Uleska CLI hook into your project's Jenkins jobs, that's all you will need to change. Now if you want to change or add new security tools, modify profiles, etc, you can do that all from within the Uleska UI, giving you more flexibility around security testing, without constantly needing to update CI/CD code.