SQLI interview question

what do you know about CI/CD ?

Interview Answer

Anonymous

17 Jan 2018

CI/CD is the process of automating the build and testing of code every time a team member commits changes to version control. CI encourages developers to share their code and unit tests by merging their changes into a shared version control repository after every small task completion

1