Actions
Bug #13306
closedOdd sounding descriptions for jobs
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Description
Due to the recent changes in job names some of the descriptions don't make much sense now
For example "Puppet Run Once" had format '%{job_name} with "%{puppet_options}"'
Now it is '%{job_category} with "%{puppet_options}"', where job_category is just "Puppet".
Resulting 'Puppet with "--some-flag"' doesn't really tell what the job will do
# Old
%{job_name} with "%{puppet_options}" ~> Puppet Run Once with "--some-flag"
# New
%{job_category} with "%{puppet_options}" ~> Puppet with "--some-flag"
Actions