Create a new job

  • On the Devtron dashboard, select Jobs.

  • On the upper-right corner of the screen, click Create.

  • Select Job from the drop-down list.

  • Create job page opens.

Create Job

Provide below information on the Create job page:

FieldsDescription

Job Name

User-defined name for the job in Devtron.

Description

Enter the description of a job.

Registry URL

This is the URL of your private registry in Quay. E.g. quay.io

Select one of them

  • Create from scratch :Select the project from the drop-down list. Note: You have to add project under Global Configurations. Only then, it will appear in the drop-down list here.

  • Clone existing application: Select an app you want to clone from and the project from the drop-down list. Note: You have to add project under Global Configurations. Only then, it will appear in the drop-down list here.

Note: Do not forget to modify git repositories and corresponding branches to be used for each Job Pipeline if required.

Tags

Tags are key-value pairs. You can add one or multiple tags in your application.

Propagate Tags When tags are propagated, they are considered as labels to Kubernetes resources. Kubernetes offers integrated support for using these labels to query objects and perform bulk operations e.g., consolidated billing using labels. You can use these tags to filter/identify resources via CLI or in other Kubernetes tools.

  • Click + Add tag to add a new tag.

  • Click the symbol on the left side of your tag to propagate a tag. Note: Dark grey colour in symbol specifies that the tags are propagated.

  • To remove the tags from propagation, click the symbol again.

  • Click Save.

Last updated