multithreading - gpars to create parallel jobs in pipeline plugin for jenkins -


my environment tibco, have 200 300 services. design needs trigger 'stop' command these services parallely. please provide insight how deal(code) threading mechanism within gpars. examples help.

gparspool.withpool(preverifymanager.threads){                 servicepathlist.eachparallel{                     initiateapplicationdowntime(it)                 }             } 

i totally new bee groovy, after 2 months of learning, researching , working, fit requirement


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -