Comment on page
Jenkins
Integrating Reshift into your Jenkins build system.
Jenkins is a popular CI/CD system for DevOps pipelines and Reshift integrates with Jenkins to help run security checks on every build. Here's how you can integrate Reshift with Jenkins:
Once you are logged into your Jenkins account, to set up the Reshift build integration click "new item".
Next, create a name for the item and select the type of project. In this case, "Freestyle project" and then click "OK".
Then, scroll down to the Source Code Management section and paste the Git repository URL and then click "Add".
This screen will popup and you will have to enter your Username and Password (in this case GitHub) and then click "Add". Alternatively, if you want to set up SSH authentication, refer to Jenkins documentation.
Next, scroll down to the Build section and select your build system (in this case Maven) and "Save".
Then you can paste the command snippet from reshift > Project Settings > Configure.
Save, and you can click "Build Now" to run the build on your desired project. The report will be updated in Reshift and you can view "Console Output" in Jenkins for the build log.
If you have any more questions, please email us at [email protected]!
Last modified 3yr ago