I guess the automated Jenkins builds (https://builds.apache.org/job/tapestry-trunk-freestyle/) have been turned off for 5 weeks now, and I think the last successful build seems to have been 6 months ago. I hate to see this idle for so long, with so many commits going unverified. Also, for my own purposes, I'd like to view the Jenkins JavaDoc output to ensure my recent little commits had the intended result.
IIUC, the last suggestion (at http://tapestry.1045711.n5.nabble.com/Build-failed-in-Jenkins-tapestry-trunk-freestyle-951-tt5716188.html#a5716322) was to have Jenkins run the gradle build with some command line argument that would then be detected within build.gradle and supply -SNAPSHOT automatically. But it seems to me the problem is just that the "continuousintegration" task in build.gradle has a "subprojects.uploadPublished" dependency that it shouldn't. Removing that dependency in my local build.gradle lets me run the "continuousintegration" task without getting the "Missing upload credentials" error. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
