Set awx_job_revision in addition to awx_project_revision.
SUMMARY
Currently AWX only exposes awx_project_revision which is not necessarily the same revision that the job uses (the job templates can [if the project allows it] set a different branch). As such I have adjusted to code to also record the job revision.
ISSUE TYPE
- New or Enhanced Feature
COMPONENT NAME
- Other
AWX VERSION
awx: 24.6.2.dev45+gcc35d7c554
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@tvo318 can you help advise where the current replacement for job_templates.rst would be?
@AlanCoding - job_templates.rst was removed on devel. I'm not sure how you were able to find this file, @apollo13. We can certainly add this change to 24.6.1 where the last release of AWX and its accompanying docs exist.
@tvo318 Not sure what that means :) I'd also love this fix in whatever the new AWX will be (ie devel). I already patched it locally on 24.6.1
Oh and as to how I was able to find that file: The PR probably predates the removal of that file.