What is Continous Integration (CI) and how is it useful? [closed]
Closed 11 years ago.
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.
Should coding standards be enforced by the continuous integration server?
Should coding standards/style be enforced by the continuous integration server running static analysis tools (ex. PMD, StyleCop/FxCop) and failing the build if the standards are not followed? What types of rules should not be used to fail the build?
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).
Can an internally developed fast evolving, agile, short sprint web application lend itself to offshoring?
I have recently been set a target to achieve readiness to successfully manage and deliver results through the usage of offshore teams on our mainline development project within 12 months.
How do I structure code and builds for continuous delivery of multiple applications in a small team?
Background:
iOS: Using Jenkins for nightly internal builds (TestFlight), plus frequent client builds [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I’m an iOS dev, working for a small […]
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 […]