Jesse Glick commented on Bug JENKINS-17125

The patch seems wrong. onLoad, not onAttached, should be called when loading existing builds. Unfortunately onLoad does not pass the Run as a parameter; it is documented that the Run may be kept in a field.

What I am wondering is how you got a build.xml like this to begin with. I do not get this format when I create a new job with fingerprints. I get

<hudson.tasks.Fingerprinter_-FingerprintAction>
  <build class="build" reference="../../.."/>
  <record>
    <entry>
      <string>x.txt</string>
      <string>c614bcfdc7abb8eae48c5c820cd1f274</string>
    </entry>
  </record>
</hudson.tasks.Fingerprinter_-FingerprintAction>

as I would expect.

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.
 
 

Reply via email to