-
Task
-
Resolution: Unresolved
-
Minor
-
None
When creating a job/pipeline from BlueOcean interface the pipeline name is set to repo-name. I have a requirement to change this default behavior. We need a specific pattern in these Jenkins job name (something like a team name prefix for each pipeline name and this prefix is missing in the repo name).
I am using declarative pipeline V2. I did a search here - https://jenkins.io/doc/book/pipeline/syntax/#options but seems no option to do so.
Thanks in advance
Please let me know if any information is required.
You can create multibranch pipeline jobs of any name you wish, outside the Blue Ocean interface.
Blue Ocean intentionally creates a multibranch pipeline and intentionally does not give the user the flexibility to choose the name of the project. The project name is the same as the repository name. That is part of the simplification that Blue Ocean presents to the user when creating pipelines.