Connect LigaAI with Jenkins to see the progress of the development on your project work.
After integration, you will be able to:
Organization admin permissions are required.
Once the integration is complete, organization members can start using the following features.
View the build information of your project work on the Deployments feature. Click on a work to expand its details associated with the build.
Enable the Deployments feature, and the navigator Deployments will appear.
You can also view the build status of each work on their details page.
Open the work details pane and click the Build Info icon to view the build records on this work.

Use Jenkins build result, Jenkins build time, and Jenkins custom parameters as triggers to automatically change works' status, set assignees, etc. to achieve intelligent R&D collaboration.
When: A Jenkins build result is {successful},
Then: Change the work status to {In QA}.
When: A Jenkins build duration is {more than 3600s}
Then: notify Ops colleagues.
When: A Jenkins build is {successful} & Jenkins custom parameters {Json comparision}, the value of the key {env} contain {Prod}.
Then: Notify the product owner
1. How do I use custom parameters?
A custom parameter is a key-value pair that you can use to send the value you need to the Liga system from Jenkinsfile. You can also use this value to automate your business process.
2. How do I associate work with the development process?
Add the work ID to the Git commits message to associate.