All Questions
Tagged with continuous-integration development-process
11 questions
0
votes
9
answers
2k
views
Is CI/CD a myth
Perhaps because I'm primarily a coder, I don't understand the benefit of CI/CD, or any related terms such as scrum, agile, etc.
In my opinion, testing can be done locally on development computer;
...
2
votes
0
answers
419
views
Is branch-per-release trunk-based development incompatible with semantic versioning?
For the purposes of this question it will be assumed that the conventional commits spec is used as a version driver for semantic versioning.
Given a project is in active development. Releases are ...
0
votes
1
answer
156
views
How to manage concurrent build & test toolchains in (embedded) software development?
TL;DR: How do you manage the complex development toolchain in different (embedded) projects?
In our company we are discussing the toolchain setups in different development teams and how to work ...
11
votes
2
answers
882
views
How is continuous integration organized in large companies?
In my company, it's common not to do any intermediate build to check how each feature/bugfix branch is merged in dev. There is only daily build, which always elicit a lot of test fails and build ...
-1
votes
1
answer
449
views
Ideas to improve our development and deployment process?
In the interest of continuous improvement I'm interested in finding ways to improve our software development process. There are a lot of articles out there which define a set of workflows, but all of ...
6
votes
2
answers
332
views
Continuous integration policy problems
Currently our model, with respect to SVN and automated build, looks like
Which, as far as I know, wasn't the way SVN was meant to be used. But the process works okay from a technical standpoint. The ...
3
votes
1
answer
359
views
Trying to understand what Travis CI does and when it should be used
I am very new to Git and I am planning to contribute to some open-source project on GitHub after discovering a small error in it. Upon forking it and fixing the error, I purposed a pull request and I ...
0
votes
1
answer
152
views
Java continuous integration with extras [closed]
I am very new to continuous integration, but I decided to give it a shot. Unfortunately I found there to be huge quantities of different tools, and each one is sizable and seems to be difficult (I am ...
19
votes
3
answers
12k
views
Should integration test be included in continuous integration (CI)?
Assume that we are developing a web application, and Hudson does typical jobs such as compile, unit test and static code analysis.
But the tricky part is: Hudson deploys and starts up application ...
16
votes
6
answers
5k
views
Good workflow for software development with scrum and continuous integration
I'm studying an approach to understand better how the continuous integration workflow fits better in a software development company with the scrum method.
I'm thinking something like this:
Would ...
0
votes
2
answers
741
views
Kaizen in DevOps methodology? [closed]
I was wondering, Does anybody here works in a software development team under the DevOps methodology and applying Kaizen instead Lean for continuous improvement?
I read that DevOps is based on Agile ...