|
||||||||
|
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.

We already use version 1.85. Unfortunately, there is no stack trace in Jenkins log or build output.![]()
This is the build output:
Started
[EnvInject] - Loading node environment variables.
[EnvInject] - [ERROR] - SEVERE ERROR occurs: null
Finished: FAILURE
We start the build by our own plugin like this: Jenkins.getInstance().getQueue().schedule(job, job.getDelay(req), parametersAction);
parametersAction is a new object that only contains our own parameters. Do you depend on any values in this object?