While the TRSS_Code_Sync job, does what it purports to do, update the TRSS instance with latest code from aqa-test-tools repo, it never 'completes' due to an sh call to npm run docker which will continuously run. That should be run in background to allow the Jenkins job to complete.
While the TRSS_Code_Sync job, does what it purports to do, update the TRSS instance with latest code from aqa-test-tools repo, it never 'completes' due to an
shcall tonpm run dockerwhich will continuously run. That should be run in background to allow the Jenkins job to complete.