-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 0.7.1
-
Component/s: Artifacts
-
None
-
Environment:
Bamboo standalone,
uname -a: "Linux hostname 2.6.15 #1 SMP Sun Jan 8 20:10:15 EST 2006 x86_64 x86_64 x86_64 GNU/Linux",java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_06-b05, mixed mode)We have applied the patch from
BAM-503Bamboo standalone, uname -a: "Linux hostname 2.6.15 #1 SMP Sun Jan 8 20:10:15 EST 2006 x86_64 x86_64 x86_64 GNU/Linux", java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_06-b05, mixed mode) We have applied the patch from BAM-503
When a build completes, it's supposed to copy artifacts (as I understand it). Unfortunately this doesn't work for us - and returns an error as follows.
(Failed to copy /home/bamboo-server/home/xml-data/build-dir/APP-MAIN/output/db/classes/com/networks/db/DatabaseRuntimeException.class to /home/bamboo-server/home/xml-data/builds/APP-MAIN/download-data/artifacts/build-55/output/db/classes/com/networks/db/DatabaseRuntimeException.class due to /home/bamboo-server/home/xml-data/build-dir/APP-MAIN/output/db/classes/com/networks/db/DatabaseRuntimeException.class (No such file or directory))
Now admittedly I don't need the .class file to be copied, but it's just easier to configure that way (so I get everything), and I can't see why it wouldn't be copied.
I've checked that the .class file in question exists - and it does (I can't guarantee it exists when the copy occurs, but there's nothing magic in the build - so I'd wager it does exist).
The configuration I use in the build configuration is:
Label Source Directory Copy Pattern
output output */
Am I dumb, or is something amiss?
- causes
-
BAM-1033 Build artifacts copy is attempted although the action has been removed from the configuration
-
- Closed
-