Here’s a sample workflow to demonstrate the use of the Orchestration app to trigger a Jenkins job.
- Create the Event when a Release is created.
- You can then pull in the App Node which will have the following configurations:
App Name: Jenkins - Orch
App Action: Build
Notes when Configuring Inputs:
Create Orchestration Server: Choose the correct server which is within reach of Jenkins
Job: Relative path of the Jenkins job. Example: http://localhost:8081/job/freshservice-job where /job/freshservice-job will be the input value.
Finally, to validate the build triggered successfully, the condition node is added to check if the status code is 200.