Launching different types of CI/CD pipelines

I’m working with n8n, and i want to create a workflow that launch the pipeline depanding on its type
Any suggestions please
PS: I’m working with jenkins

Can you share more details @Ilaa

@Bringasher
the idea is to set up an IA agent that automate DevOps workflow through sending a message with natural language in a communication chanel
this agent will do tasks such as:
creating git branches
Launching branch merge requests or pull requests
Launching different types of CI/CD pipelines
Reporting pipeline results or errors
I want that this agent launch a pipelines depanding on its type in jenkins (such as test pipeline, deploy pipeline, build)
jenkins node in n8n needs the name of the job but i want it to be dynamic
as i said the user will define the type in his message and this agent will execute the appropriate pipeline

This a great idea mate. Do you have a workflow already or you are asking for help in creating one.

Yes i have a workflow, and i was launching pipelines through their names but i want to change to make it launched by types as i said