DotCi
DotCi copied to clipboard
Use git plugin for cloning?
Hey there,
I might be wrong, but it seems you're cloning repositories within a docker container, wouldn't it be easier to use the cvs part of jenkins to clone the repo and then ADD/COPY the files to the container? That way you wouldn't have to use deploy keys but could rely on the user having set up jenkins to have access to the repositories already?
I'm not a docker master or anything so it may not even be possible