Hi All, I am trying to implement CI for one of the Project:
Ask is using Jenkin's docker plugin, create an image, run the container, inside the container run jmeter test and finally once test completed after copying result, tear down the container. What I have done till now: 1. created a docker cloud where the jenkin and Docker connectivity has been established 2. Created a docker template with the image name 3. Used build/publish docker container to build the image from the docker file 4. Used Start/Stop docker container to spin the container Output: 1. Images is getting created 2. But it is failed to locate the image and spin the container, getting the error as follows: Pulling image jenkins-stc null:Pulling repository docker.io/library/jenkins-stcERROR: Build step failed with exceptioncom.github.dockerjava.api.DockerClientException <http://stacktrace.jenkins-ci.org/search?query=com.github.dockerjava.api.DockerClientException>: Could not pull image: Error: image library/jenkins-stc not found could anyone please suggest what i am missing to mention or any other plugin need to be used. NOTE: I am able to complete all the above mentioned tasks with the Shell commands, but wanted to use Docker plugin to accomplish the requirement. Thanks, Prasenjit -- 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/48757125-1979-4b53-b7a5-bbbe0ba3e070%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
