Adding a project name to the job to group them by it, on Radiator View#15
Adding a project name to the job to group them by it, on Radiator View#15wandenberg wants to merge 1 commit into
Conversation
|
This pull request add a help message asked on #9. The field order cannot be changed inside the plugin, at least I cannot figure how to do it. |
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
|
Wondering if/why we should better not add a new property and use the standard Display Name. |
|
Hi @batmat, I'm not sure if use the Display Name is a good idea.
What can I do to have this very old pull request accepted? |
|
Sorry for highjacking this but it seems to be related to https://issues.jenkins-ci.org/browse/JENKINS-36320 --- when using GitHub Organisation Folder plugin (part of Jenkins 2 core plugins!) the job names that are detected by Radiator are only the branch names, making it impossible to use. Is this plugin still maintained? I am asking this because you do not usually see a PR that is open for almost two years. |
|
Yes it is. |
|
That really good news! My personal opinion regarding the name is that the visible job name for deep jobs should be something like "orgname/reponame/branchname" as this is simple but complex enough to not allow us to overlap job names that are in different folders. This also means that if I would move a job from root into a folder named "experimental", the new job name would be "experimental/jobname". |
|
BTW, for people watching https://issues.jenkins-ci.org/browse/JENKINS-36320 discussed above has been fixed since that comment. @wandenberg do you still need this given the default naming when using Folders for instance. It tends to make more sense to me that people would group things by folders, and hence you'd get the grouping OOTB this way? I'm sorry I was unable to push this to completion and not reactive here ealier. |
If the user want, can set a project name to the job.
Jobs with same project name will be grouped on Radiator View. (updated version of #9 )