I just tried to build 1.526, which failed due to an assertion while processing licenseCompleter.groovy.
The code in that file is attempting to relabel the javax.annotation package as being under the CDDL, so it expects the downloaded package to have no license. The current version of this package is correctly marked as being under the CDDL already though (so this 'bug' has been fixed upstream), and the match() clause in the script fails. Commenting out the match() clause allows the build to succeed. I wish I could propose a solution, but I have no idea what the proper way to modify this script would be. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
