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

Executor doing the current job is 1, UI (1-based).
I could not run your script, so just did a dump of the node:
<?xml version="1.0" encoding="UTF-8"?>
<slave>
<name>Automated Upgrade</name>
<description>Buka's computer - UKDT1800</description>
<remoteFS>c:\JenkinsSlave</remoteFS>
<numExecutors>1</numExecutors>
<mode>EXCLUSIVE</mode>
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
<launcher class="hudson.slaves.JNLPLauncher"/>
<label></label>
<nodeProperties>
<hudson.tools.ToolLocationNodeProperty>
<locations>
<hudson.tools.ToolLocationNodeProperty_-ToolLocation>
<type>hudson.tasks.Ant$AntInstallation$DescriptorImpl</type>
<name>ANT1.7.1</name>
<home>C:\apache-ant-1.7.1</home>
</hudson.tools.ToolLocationNodeProperty_-ToolLocation>
<hudson.tools.ToolLocationNodeProperty_-ToolLocation>
<type>hudson.tasks.Ant$AntInstallation$DescriptorImpl</type>
<name>ANT1.7</name>
<home>C:\jdk1.7.0_25</home>
</hudson.tools.ToolLocationNodeProperty_-ToolLocation>
</locations>
</hudson.tools.ToolLocationNodeProperty>
</nodeProperties>
<userId>anonymous</userId>
</slave>
Seems to be just a cosmetic issue then. Shall we downgrade this to trivial?