Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dash-dev] Problems with signing

Hi all,

we've adapted our CBI build to run on the new hudson slaves. It works well until it reaches the signing stage. The signing fails with:

    [build] checkForSignedZip:
    [build]      [exec] Result: 2
[build] [echo] ls: cannot access <https://hudson.eclipse.org/hudson/job/cbi-soa-jwt-integration/ws/build/signing/I201009281132-out/JWT-Master-I201009281132.zip>: No such file or directory

This seems to be related to bug 324170.

Problem is, if running in Hudson, buildAllHelper.xml sets the signing dir to "${writableBuildRoot}/signing" instead of "/home/data/httpd/download-staging.priv/commonBuild/". Is there a way to change this behavior?

Thanks,
Chris


Back to the top