Hi,

 

I am planning my first pipeline job, but I am not sure how to tell jenkins to 
run two of the steps concurrently.

 

Job outline:

 

Step 1. Clone from git

Step 2: build code from repository

Step 3: start burpsuite security proxy

Step 4: run tests on built code.

 

Steps 3 and 4 need to be run concurrently.  Step 3 starting burpsuite needs to 
start first, then once burpsuite is running step 4 needs to run to proxy my 
tests through burpsuite.  The automated tests in step 4 will finish then 
burpsuite will continue processing for some time after the tests have completed.

 

What is the best way to accomplish this?  I want Jenkins to notify me when the 
burpsuite processing is complete and to archive the burpsuite reports.

 

Thanks,

Don

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2bba8324-25b6-415f-bd9d-6ddefd99fac6%40default.
For more options, visit https://groups.google.com/d/optout.

Reply via email to