|
Users have problems sending a stack trace from the master when they encounter an error on the agent for a compilation that ended with an error on the master side.
The absolute most convenient would be for the user to run with
puppet agent -t --jira=PUP-6666
|
And that would then instruct the server to turn on trace, run, and send the trace output to the agent. The agent then sends it to the jira ticket as an attachment (using the JIRA API). The user will always be prompted if they want to send or if they just want the file. If sending, they are prompted for their jira user name and password.
Simpler versions would just dump the file. Even simpler, the file is found on the server, the agent gets the location of the file in the error message.
This would help with the problem of often having to ask 2-3 times before the user is able to submit the needed information.
|