Bug #13306
Odd sounding descriptions for jobs
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Fixed in Releases:
Found in Releases:
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"
Associated revisions
History
#1
Updated by Ivan Necas over 6 years ago
- Target version set to 98
#2
Updated by Marek Hulán over 6 years ago
- Status changed from New to Assigned
- Assignee set to Marek Hulán
#3
Updated by The Foreman Bot over 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/140 added
#4
Updated by Marek Hulán over 6 years ago
- Legacy Backlogs Release (now unused) set to 125
#5
Updated by Marek Hulán over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|4b1e593d5da1fc4751d4aedf69d12c417bd84187.
Fixes #13306 - reword puppet template description format