I want to run a Jenkins instance in a docker container. I want Jenkins itself to be able to spin …
docker jenkins dockerfile jenkins-dockerIs there any command which we can run and find out the "Docker Host URI"? I found some of related …
docker jenkins-dockerI am trying to get docker to setup a complete test environment that I can run integration tests in, but …
java docker jenkins jenkins-pipeline jenkins-dockerI am new to docker, so if this is a fairly obvious process that I am missing, I do apologize …
jenkins docker jenkins-dockerWe're running Jenkins (version 2.60.1) on an Ubuntu 16.04.1 server. One of the issues we've been running into recently is that we …
docker jenkins jenkins-plugins cloudbees jenkins-dockerI have a pipeline with multiple stages, and I want to reuse a docker container between only "n" number of …
jenkins jenkins-pipeline jenkins-dockerI'm trying to run docker containers in the Jenkins Pipeline. I have the following in my Jenkinsfile: stage('test') { steps { …
docker jenkins jenkins-pipeline jenkins-dockerI have a Jenkinsfile or a Jenkins pipeline which creates a new image and starts a container out of that …
docker jenkins jenkins-pipeline jenkins-dockerWe use multi configuration job to test various combination of 2 separate components for compatibility test. These are our compatibility acceptance …
jenkins multi-configuration jenkins-dockerJust wonder if theres a better way to skip a command that could fail (because I'm using jenkins to build …
docker jenkins-docker