Issue Type: Improvement Improvement
Assignee: Jesse Glick
Components: workflow-plugin
Created: 03/Mar/15 10:50 PM
Description:

When using the Input step of the workflow, the run pauses until a user proceeds/aborts. There should be a log indicating which user proceeded/aborted.

I think this functionality would be best in InputStepExecution.doSubmit(StaplerRequest request), but I'm not sure, nor am I sure if the request object will have the user info.

sample workflow:

try {
    input "who will be clicking?"
    echo 'echo: who proceeded?'
} catch (e) {
    echo "echo: who aborted it? "
}

sample of desired output: note: Proceed by user Knurek

Started by user Knurek
Running: Input
who will be clicking?
Proceed or Abort
Proceed by user Knurek
Running: Print Message
echo: who proceeded?
Running: End of Workflow
Finished: SUCCESS
Project: Jenkins
Priority: Minor Minor
Reporter: J Knurek
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to