Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.1 (Alpha)
-
None
-
None
-
Continuum 1.3.1-SNAPSHOT trunk r734446
Description
I enabled distributed builds and successfully built a project on an agent.
When I attempt to Prepare Release for the project, I get:
Error Occurred java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory) java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at java.io.FileReader.<init>(FileReader.java:55) at org.apache.maven.continuum.web.action.ReleasePrepareAction.getReleasePluginParameters(ReleasePrepareAction.java:158) at org.apache.maven.continuum.web.action.ReleasePrepareAction.input(ReleasePrepareAction.java:145) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ...
(It's looking for the source code on the master, but the checkout is on one of the agents.)
Attachments
Issue Links
- is related to
-
CONTINUUM-2043 Release should happen on a build agent rather than on the master
- Closed