Actions
Feature #32107
closedHammer job invocation creation does not allow to use --feature for the job template lookup
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
No
Description
hammer job-invocation create --feature=katello_package_install --search-query='host.example.com' --inputs 'package=vim'
fails, complaining about me not specifying the bookmark or search-query, I'd expect it to work similarly to
hammer job-invocation create --job-template-id 150 --search-query='host.example.com' --inputs 'package=vim'
which works fine. The feature should select the job template to use.
Updated by Adam Ruzicka almost 4 years ago
- Has duplicate Feature #32158: Allow 'feature' option when invoking a job added
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Jonathon Turel
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/581 added
Updated by Adam Ruzicka over 3 years ago
- Target version set to foreman_remote_execution-4.5.0
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases foreman_remote_execution 4.1.1 added
Updated by Jonathon Turel over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|67497b0c65898ee5158d9b0c70332c98fa071d77.
Updated by Adam Ruzicka over 3 years ago
- Fixed in Releases foreman_remote_execution-4.5.0 added
- Fixed in Releases deleted (
foreman_remote_execution 4.1.1)
Actions