Skip to main content
continuous integration

continuous integration

1 4.5
A way of often putting new code into a shared place and testing it automatically
  • noun
  • Specialized
translation icon : integración continua
  • By using continuous integration, developers can quickly identify and fix issues, ensuring a smoother workflow.

Especially any anybody who has a continuous integration cycle probably has one of the steps in in there.

Examples

  • Of course, building the tools into your continuous integration system is also a good idea.

    Blog text (30)
  • As the manager with primary responsibility for build management, Burt has supervised the construction of automated systems that perform continuous builds and continuous integration.

    Blog text (26)
  • Especially any anybody who has a continuous integration cycle probably has one of the steps in in there.

  • Build and Continuous Integration Tools

    Blog text (9)
  • Continuous integration and delivery based on automated software configuration management are the keys to developing a major retail product.

    Blog text (26)
  • It's not reasonable to ask everyone to do their local builds in both debug and release modes, so we let the continuous integration system do it.

    Blog text (26)
  • Regression testing, CMMI, continuous integration, TDD loop, 10-minute build, refactoring -- what are these things?

    Blog text (33)
  • Intuit uses Jenkins, the open-source continuous integration tool derived from Oracle's Hudson, to coordinate builds.

    Blog text (26)
  • It is worth saying that much of the development that I have done has involved compute-intensive testing and performance measurement, typically run on a limited-availability resource (High Performance Computer or cluster), driven by a Continuous Integration server.

    Blog text (14)
  • The team adopted continuous integration to improve code quality and facilitate frequent updates to their software.

Synonyms

integration
vscontinuous integration
  • Specialized
36 4.2

Merging code into a shared project and running automatic tests each time

is the specific technical name used in software engineering for that practice

How Automated

continuous integration
  • Specialized
1 4.5
test driver
  • Specialized
4.2
script
  • Specialized
70 3.6
fuzzing
  • Specialized
1 8.0

Surface Forms

Morphology

continuous + integration

The meaning is compositionally built from 'continuous' (without interruption) + 'integration' (combining/merging), so a learner who knows both words can infer it refers to ongoing or frequent merging. Although it is a technical software term, the logic is transparent and similar constructions exist cross-linguistically, making it accessible to B1 learners who know the constituents.

Etymology

Continuous integration comes from the idea of developers always putting small pieces of code together: continuous means 'always' and integration means 'joining parts'. That's why the term now means 'often merging code into a shared place and running tests to find problems early'.