|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I've added the block from above into the Jenkins command for the job at the moment but yesterday I got this error and there was only one build running so it is likely a different issue.
33>X509Helper.h(118): fatal error C1090: PDB API call failed, error code '23' : '(
I've even tried setting BUILD_ID=dontKillMe under the node configuration in Environment variables but I have been getting the original problem with that setting also. I even tried restarting the jenkins client service on the build server just in case it was needed for the env variable to be set for all child processes but it's not helping it seems. If this is working for yourself (@Shannon) I have to be doing something stupid.
In fact as of writing this I think I have just proved that setting env vars under node properties just does not work. running SET as the command shows that any variables set there do not appear for the build to use and BUILD_ID is still set to a date and time. restarting the Jenkins client service does nothing either! Also the Env plugin says the same thing as set and those variables just aren't being set as expected.