You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If new jobs are added with the project selection wizard, it is possible to select parent objects (in Jenkins: folders) in the wizard. This will select all of the child jobs but when currently adding them to the configuration, the information about the parent is lost and all jobs are being added to an empty group.
The configuration wizard should take over the first level of parents as groups in the application.
If the hierarchy is deeper, the wizard could indicate this by combining the names of the parents e.g. with slashes:
Tools
Custom
Awesome Tool
Another Tool
Result:
Tools/Custom
Awesome Tool
Another Tool
It could be an option in the wizard to provide this information within the job names (as currently supported by the master branch of the tool).
Alternative Result:
Custom
Tools/Custom/Awesome Tool
Tools/Custom/Another Tool
The most important thing is that a parent group gets actually created/used instead of just creating am empty group. If a parent group already exists, the jobs should be added to it instead.
The text was updated successfully, but these errors were encountered:
If new jobs are added with the project selection wizard, it is possible to select parent objects (in Jenkins: folders) in the wizard. This will select all of the child jobs but when currently adding them to the configuration, the information about the parent is lost and all jobs are being added to an empty group.
The configuration wizard should take over the first level of parents as groups in the application.
If the hierarchy is deeper, the wizard could indicate this by combining the names of the parents e.g. with slashes:
Result:
Tools/Custom
It could be an option in the wizard to provide this information within the job names (as currently supported by the master branch of the tool).
Alternative Result:
Custom
The most important thing is that a parent group gets actually created/used instead of just creating am empty group. If a parent group already exists, the jobs should be added to it instead.
The text was updated successfully, but these errors were encountered: