QuestionQ11
701.4 Continuous Integration and Continuous DeliveryWhich statements about CI/CD platforms, such as GitLab CI or Jenkins, are true?
Choose two
- A The concept of CI/CD platforms is specific to Java-based applications.
- B CI/CD platforms can delegate tasks to dedicated worker nodes.
- C CI/CD platforms only work on local files and cannot use repositories of source code management systems (SCM).
- D CI/CD can only be used with containerized applications.
- E The steps executed by a CI/CD platform can be changed for individual applications.
Community Discussion