Hi team, i am trying to automate the pipeline code in Jenkins to launch my web2py customized images in 2 remote servers.
i have my web2py docker image already in docker hub (eg:my/web2py). now i need to make it through jenkins job as code so that developers can execute it and launch the containers whenever they required. We may need to launch the containers n times with the requirement with named volume concept. example. right now manually executing the docker command in target machines as below docker container run -d -8 9000:8000 -v myappdirectory:/home/web2py/web2py/applications my/web2py the aim of the named volume is that, we have to create another Jenkins job to trigger a build( copying the checkouts in svn from Jenkins workspace to web2pys this named volume location) so that they can check the modifications in web2py server url -- 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/69d1fbe4-94bf-4909-ab7d-5da146e8c0a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
