Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties


Target releaseOngoing2019-M1
Epic
Jira Legacy
serverSystem JIRA
serverIdf37df377-51a7-3f0b-bde6-77fa6960492d
keyEDOP-60
Document status
Status
colourYellow
titleSelected for DevBacklog
Document owner



  • The relevant terms here are "Continuous Integration" and "Continuous Deployment", often used together and abbreviated as CI/CD .
  • Continuous Integration simply means that you run your "integration tests" at every code change
  • Continuous Delivery simply means that you "automatically deploy" every change that passes your tests.
  • However recently the term CI/CD is being used in a more general way to represent everything related to "Automated build pipelines" from where a developer commits until that code ends up in customer env. 




GIT         

Build     

 Deploy

...