Devtron CI Trigger

Introduction

The Devtron CI Trigger plugin allows you to trigger the CI stages of the target Devtron App from the current application workflow. This plugin offers flexibility in managing application dependencies. For example, by incorporating this plugin into your application workflow, you can trigger CI builds of other applications that contain dependencies required by your current application, ensuring a smooth and coordinated CI/CD process.

Prerequisites

Before integrating the Devtron CI Trigger plugin, you need to properly configure the target CI pipeline of the Devtron App to ensure smooth execution.


Steps

  1. Go to ApplicationsDevtron Apps.

  2. Click your application.

  3. Go to App ConfigurationWorkflow Editor.

  4. Click New Workflow and navigate to the Build and Deploy from Source Code.

  5. Fill the required fields in the Create build pipeline window and navigate to the Create deployment pipeline.

  6. Fill the required fields in the Deployment Stage window and navigate to the Pre-Deployment stage.

If you have already configured workflow, edit the deployment pipeline, and navigate to Pre-Deployment stage.

  1. Under 'TASKS', click the + Add task button.

  2. Select the Devtron CI Trigger plugin.

  3. Enter the following user inputs with appropriate values.


User Inputs

Task Name

Enter the name of your task

e.g., Triggers CI Pipeline

Description

Add a brief explanation of the task and the reason for choosing the plugin. Include information for someone else to understand the purpose of the task.

e.g., The Devtron CI Trigger plugin is integrated for triggering the CI stage of another application.

Input Variables

Trigger/Skip Condition

Here you can set conditions to execute or skip the task. You can select Set trigger conditions for the execution of a task or Set skip conditions to skip the task.

Output Variables

Devtron CI Trigger will not be generating an output variable.

Click Update Pipeline.

Last updated