What artefact repository I should use for continuous integration in c code? The artefact repository should integrate with Jenkins or Bamboo or both. Please suggest.
Asked
Active
Viewed 56 times
1 Answers
0
You're more than welcome to give Artifactory a try.
Using its Jenkins and Bamboo plugin, you can resolve custom dependencies from Artifactory and deploy your build outcomes to custom path in Artifactory.

JBaruch
- 22,610
- 5
- 62
- 90
-
I was considering Artifactory for the same but not sure how can I manage maven dependencies for c code :( – Susmita Oct 07 '14 at 12:06
-
I said nothing about maven :) Artifactory is not a maven only dependency manager (as opposite to some of its competitors). Please see the links, they are pointing to instructions on how to setup a "freestyle" build that can be used with any build tool (make included). – JBaruch Oct 07 '14 at 12:27