Jenkins

From Ever changing code
Revision as of 16:57, 28 March 2020 by Pio2pio (talk | contribs) (Created page with "{{Special:PrefixIndex/Jenkins/}} = CD/CI = ;continuous deployment: A software development discipline where software is released continuously as part of an automated pipeline....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CD/CI

continuous deployment
A software development discipline where software is released continuously as part of an automated pipeline.
continuous delivery
A software development discipline where software is built so that it can be released to production at any time.
continuous integration
A software development practice where contributors are integrating their work very frequently.
Difference between continuous delivery and continuous deployment
Continuous delivery means the code CAN be released at any time, while continuous deployment means it is released continuously.