I'm using the Pipeline plugin to spawn a Docker image that I could run some 
tests against. I have a Node.js project that is basically a REST service. I 
have some tests written with Mocha that I would like to run once the server 
is up. This seems like the right plugin to accomplish this and the Groovy 
DSL is incredibly flexible to work with.

So far, I have created a Jenkins slave to spin up the Docker image and now 
I am ready to test. What would be the best way to invoke these tests 
against the Docker image?  Should I shell into the machine and just run 
them there or run them from the slave somehow?  There is also the question 
of the test results that I would like to report on.

Thanks for any recommendations on this.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/944f3b68-1f5d-45f4-b19b-28be602cfcf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to