-
Story
-
Resolution: Not A Defect
-
Major
-
None
-
home
Some Help Please : I am trying to run a jenkins slave agent by spinning up a docker container. I have verified that there is no problem with the jenkins - docker connectivity , as i have successfully enabled the Remote API. But there seem to be some issues in my configuring the Docker Agent Templates - as jenkins is unable to launch the container and neither can it seem to find the node label. |
*(pending—'Jenkins' doesn't have label 'agent')*
LOGS :
Jenkins log : Jul 21, 2019 4:02:09 AM SEVERE com.nirima.jenkins.plugins.docker.DockerCloud$1 run
Error in provisioning; template='DockerTemplate
, removeVolumes=false, pullStrategy=PULL_NEVER, nodeProperties=[], disabled=BySystem,0 ms,4 min 59 sec,Template provisioning failed.}' for cloud='docker'
com.github.dockerjava.api.exception.NotFoundException: {"message":"lstat /var/lib/docker/aufs/mnt/598685549bb7d8182da1dc22bb784e87f98b0161cd9ed561d50f90ed14a87cbc/home/jenkins: no such file or directory"}
at com.github.dockerjava.netty.handler.HttpResponseHandler.channelRead0(HttpResponseHandler.java:103)
at com.github.dockerjava.netty.handler.HttpResponseHandler.channelRead0(HttpResponseHandler.java:33)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)|