Relative Content

Tag Archive for continuous-integration

Code Measuring and Metrics Tools? [duplicate]

This question already has answers here: What are useful metrics for source code? [closed] (17 answers) Closed 11 years ago. I’m in the process of setting up a build server for personal projects. This server will handle all the normal CI stuff, including running large suites of tests (unit, integration, automated UI). While I’m working […]

How to communicate within a company what is being Continually Deployed

I work for a small development company, 20 people total in the entire company, 3 in actual development, and we’ve adopted CD for our commits to trunk, and it works great, from a code management and up-time side. However – we’re getting flak from our support staff and marketing department that they don’t feel that they’re getting enough lead time on new features and notifications on bug fixes that could change behavior. Part of why we love the CD system is for us in development, it’s fast, we fix the bug, add the quick feature, close the Bugz and move on with our day to the next item.

CI – How long is continous?

We currently are using CCNet as our continous integration server. Most projects check for changes every 30 seconds (the default) and if needed perform a build (unit tests, stylecop, fxcop, etc).

How should I expand Jenkins to help me release?

Pushing new Sparkle releases of our internal apps is a pain. I have to make the build, make the release notes file, sign the .zip with the private key, and add a new entry to the appcast file tying everything together.

What build tools do not depend on java (or Ruby)? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]