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"
Updated by Marek Hulán almost 9 years ago
- Status changed from New to Assigned
- Assignee set to Marek Hulán
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/140 added
Updated by Marek Hulán almost 9 years ago
- Translation missing: en.field_release set to 125
Updated by Marek Hulán almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|4b1e593d5da1fc4751d4aedf69d12c417bd84187.
Actions