|
||||||||
|
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/groups/opt_out.

Hi,
The stage mode configuration is located in 'Job advanced Configuration' (see https://wiki.jenkins-ci.org/display/JENKINS/WebLogic+Deployer+Plugin) on bottom of each deployment task section in your job configuration. You can select stage, no_stage or external stage.
This property has a task-scoped. The is no way to set a global value for all of your task. You have to define it one by one. The default value is stage.
Regards