Using threads in shared library doesn’t do anything
I’m trying to use threads or Executor Service in my Jenkins shared library. While executing, it doesn’t throw any errors, but it doesn’t seem like any operations are performed by the threads.
I’m trying to use threads or Executor Service in my Jenkins shared library. While executing, it doesn’t throw any errors, but it doesn’t seem like any operations are performed by the threads.