synapseRT comes pre-installed with integration with CI/CD tools. Let's configure the plugin to connect to our Jenkins installation:
- Go to Administration | Add-ons | synapseRT | Integration and click on the Add button.
- Set Jenkins as the Type of application and provide the Jenkins URL. In our case, we have hosted Jira on a Docker instance, while Jenkins is hosted on the localhost at port 8081. Hence, we provide http://host.docker.internal:8081 as the URL instead of http://localhost:8081, along with the User and Password for the Jenkins instance:

For more information or clarification on issues regarding configuring and setting up ...