Issue Type: Bug Bug
Assignee: Jesse Glick
Components: workflow-plugin
Created: 13/Mar/15 8:37 AM
Description:

When using the snippet generator for build. If the wait for completion is not checked then the snippet generated is:
build job: 'my_job', wait: false
When the wait for completion is checked:
build job: 'my_job' This implies that the default is wait for completion
Given that the user has to select (check) 'wait for completion' the default should be false and not assumed that the user want wait for completion by default e.g:
build job: 'my_job' this should be Not wait for completion
build job: 'my_job', wait: true
I'm pretty sure that wait for completion has not been the default for downstream jobs.

Environment: Current workflow plugin
Project: Jenkins
Labels: plugin workflow
Priority: Minor Minor
Reporter: Satpal Chander
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