I am implementing continuous integration (Jenkins) and deployment in my project. We are doing manual testing.
My requirements are as below.
- The files will be moved to the QA server after development.
- After the testing the files will be moved to UAT and from there to production.
Can anyone suggest how to automate the process here since we are following manual testing? I need to trigger the deployment only after fixing all the errors.