We have 500 applications running in prod and we have all the applications info in DB.
We need to use jenkins job and tasks. In each job we will have 3 tasks to perform, i.e.
- read the application info from db into log
- stop the application
- verify the logs if application is stopped properly.
I want these 3 tasks to be performed for every application.
- Is there any easy way to do it instead of having 500 jobs for 500 applications and all the applications are independent?
- Any way to run them parallel?
Our jenkins is not yet installed too, it would be used only for this automation.