gocd-docker
gocd-docker copied to clipboard
plugin use cases and scenarios
Hi,
Can anyone let me know how they are using this plugin. I am trying to run simple commands with no luck and would be keen to see how others are going.
Basically simple user documentation or scenario would be greatly appreciated!
Thanks, bf.
@bf16574403 can you tell me what you are trying out?
Hi manojlds,
Want to use with version 16 Go agents and server, basically would appreciate small guide on sample use and commands.
I have docker instances running on the agents along with connectivity to a private registry, so want to see how to do pulls/pushes and deploys to go agents.
Would gladly make donation for your time for ample detail and screen shots.
Regards, bf.
@bf16574403 - why do you want to do pull? If you can give concrete use cases it will be helpful. Currently the plugin support 1) build a image from a Dockerfile (check docker-sample
folde) 2) run some command in this just build image (for example like npm test
) 3) Push the image to dockerhub.
I plan to add the ability to push to a private registry.