You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
During build with Bamboo we creating file `/var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD/release/dev_patch_release.tar.bz2`. This file exist, checked it with command line.
At 'Artifact definitions' I have following pattern: `**/release/*.bz2`.
But unfortunately after build is done, in Bamboo -> Build -> Artifact `No artifacts have been found for this build result.`.
In the same time, I have unittests with result at `**/extra/build/logs/*.xml` that successfully parsed by JUnit.
So, I also created another artifact pattern with `**/extra/build/logs/*.xml` - still Bamboo does not see it, but JUnit parse it.
My question, how to create artifact `dev_patch_release.tar.bz2` with Bamboo?
Bamboo build Log:
simple 08-May-2014 23:11:33 Build Dev Patch - Release and Deploy #17 (T4-TGDP-RD-17) started building on agent Agent2 simple 08-May-2014 23:11:33 Build working directory is /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD simple 08-May-2014 23:11:33 Executing build Dev Patch - Release and Deploy #17 (T4-TGDP-RD-17) simple 08-May-2014 23:11:33 Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 08-May-2014 23:11:33 Updating source code to revision: c100a20080b08f79b6d1f566dc55a1f5154ff069 simple 08-May-2014 23:11:37 Updated source code to revision: c100a20080b08f79b6d1f566dc55a1f5154ff069 simple 08-May-2014 23:11:37 Finished task 'Source Code Checkout' simple 08-May-2014 23:11:37 Running pre-build action: Clover Grails PreBuild Action simple 08-May-2014 23:11:37 Running pre-build action: VCS Version Collector command 08-May-2014 23:11:37 Substituting variable: ${bamboo.build.working.directory} with /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RDcommand 08-May-2014 23:11:37 Substituting variable: ${bamboo.buildResultKey} with T4-TGDP-RD-17 command 08-May-2014 23:11:37 Substituting variable: ${bamboo.repository.revision.number} with c100a20080b08f79b6d1f566dc55a1f5154ff069 simple 08-May-2014 23:11:37 Starting task 'Run Phing' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command' command 08-May-2014 23:11:37 Beginning to execute external process for build 'Dev Patch - Release and Deploy #17 (T4-TGDP-RD-17)'\n ... running command line: \n/usr/bin/phing -buildfile /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD/bamboo-dev-patch.xml test\n ... in: /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD\n ... using extra environment variables: \nrevision=c100a20080b08f79b6d1f566dc55a1f5154ff069\nbuild_result_key=T4-TGDP-RD-17\n build 08-May-2014 23:11:39 [00;36mBuildfile: /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD/bamboo-dev-patch.xml[0m build 08-May-2014 23:11:39 [00;32m build 08-May-2014 23:11:39 Dev Patch Build Plan > prepare: build 08-May-2014 23:11:39 [0m build 08-May-2014 23:11:39 [00;36m [mkdir] Created dir: /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD/release[0mbuild 08-May-2014 23:12:05 Dev Patch Build Plan > test: build 08-May-2014 23:12:05 [0m build 08-May-2014 23:12:05 [00;36m [echo] tar cfj /var/atlassian/bamboo/xml-data/build-dir/T4-TGDP-RD/release/dev_patch_release.tar.bz2 ./[0m build 08-May-2014 23:12:48 [00;32m build 08-May-2014 23:12:48 BUILD FINISHED build 08-May-2014 23:12:48 build 08-May-2014 23:12:48 Total time: 1 minutes 9.67 seconds build 08-May-2014 23:12:48 [0m simple 08-May-2014 23:12:48 Finished task 'Run Phing' simple 08-May-2014 23:12:48 Running post build plugin 'NCover Results Collector' simple 08-May-2014 23:12:48 Running post build plugin 'Clover Results Collector' simple 08-May-2014 23:12:48 Finalising the build... simple 08-May-2014 23:12:48 Stopping timer. simple 08-May-2014 23:12:48 Build T4-TGDP-RD-17 completed. simple 08-May-2014 23:12:48 Running on server: post build plugin 'NCover Results Collector' simple 08-May-2014 23:12:48 Running on server: post build plugin 'Clover Delta Calculator' simple 08-May-2014 23:12:48 All post build plugins have finished simple 08-May-2014 23:12:48 Generating build results summary... simple 08-May-2014 23:12:48 Saving build results to disk... simple 08-May-2014 23:12:48 Indexing build results... simple 08-May-2014 23:12:48 Finished building T4-TGDP-RD-17.
Thank you for help!
So problem was that "System Builders" plugin was switched off due to the following bug: https://jira.atlassian.com/browse/BAM-14585
Solution mentioned in second comment:
I'm having the same problem but the system builders plugin is enabled already. Anything else I can look for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Related quiestion at Stackoverflow: http://stackoverflow.com/questions/23544905/bamboo-does-not-want-to-create-artifacts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My version of Bamboo where bug is still appears: 5.4.1 build 4207 - 12 Feb 14
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have feeling that you can some how on global level switch of Artefact creation and thats why it does not working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.