Code Shipping - Continuous Integration

Card Puncher Data Processing

About

Continuous integration is just a fancy term for a build kicked off by a VCS commit.

Continuous Integration is the practice of testing each change done to your codebase automatically and as early as possible.

Not the same as Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day.

Software

See Continuous Deployment

Environment variable

Continuous build will set the env CI=true to be able to recognize that the build script runs on a continuous server. For instance Travis

Documentation / Reference





Discover More
Card Puncher Data Processing
Code Versioning - Release

A release is packaging your application under a version in a format that is suitable for the distribution channel. If you publish your application to: a package manager, you should create your application...



Share this page:
Follow us:
Task Runner