-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
2.5, 2.6
-
None
-
False
-
-
False
1] What is the nature and description of the request?
The customer requests that Ansible Automation Platform (AAP) display the Project SCM (Source Control Management) actions and their corresponding timing details in the Job StdOut. Currently, when SCM-related options such as "Update Revision on Launch" are enabled in a Job Template, there is a noticeable delay between the job's start time and the first visible output in StdOut. This delay corresponds to the SCM operations (e.g., fetching or updating the project), but these actions are not shown in the job's output, causing confusion about what is happening during that time.
2] Why does the customer need this? (List the business requirements here)
The absence of visible SCM activity in the job output creates confusion among operators and support teams, leading them to believe that the job is idle or delayed without reason. This results in unnecessary internal support calls to L1/L2 teams, wasting time and resources. Displaying SCM timings would improve job transparency and help users better understand job execution flow.
3] How would you like to achieve this? (List the functional requirements here)
AAP should include logs or timestamps for SCM-related actions (such as "Updating project from SCM repository" and "SCM update completed") directly in the Job StdOut or job event timeline. This enhancement would allow users to see exactly when SCM actions start and finish, providing a complete picture of the job's execution timeline.