Jenkins - Create Folder and Pipeline in Startup

Hi,

I have a doubt, I’ve looked at several forums on the internet but I couldn’t find it.

I’m uploading Jenkins in a Kubernetes environment using Helm and would like to know if there is any way to upload it with Folders and Pipelines being created in the initial Jenkins dashboard? That is, there is some configuration file that can include the names of the folders and, if possible, the pipelines that I want to be uploaded along with my environment.

thanks

The Job DSL plugin is able to define folders and Pipelines. It can be called from configuration as code.

DigitalOcean has a tutorial at:

A video introduction and tutorial is also available: