Top "Jenkins-docker" questions

How to mount docker socket as volume in docker container with correct group

I want to run a Jenkins instance in a docker container. I want Jenkins itself to be able to spin …

docker jenkins dockerfile jenkins-docker
How to find "Docker Host URI" to be used in Jenkins "Docker Plugin"?

Is there any command which we can run and find out the "Docker Host URI"? I found some of related …

docker jenkins-docker
Getting logs from a docker container inside jenkins

I 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-docker
Changing the user's uid in a pre-build docker container (jenkins)

I am new to docker, so if this is a fairly obvious process that I am missing, I do apologize …

jenkins docker jenkins-docker
No space on device with Jenkins and Docker - how to cleanup properly

We'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-docker
Reuse agent (docker container) in Jenkins between multiple stages

I have a pipeline with multiple stages, and I want to reuse a docker container between only "n" number of …

jenkins jenkins-pipeline jenkins-docker
Jenkins docker - running a container, executing shell script etc

I'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-docker
How do I stop a running container in Jenkinsfile?

I have a Jenkinsfile or a Jenkins pipeline which creates a new image and starts a container out of that …

docker jenkins jenkins-pipeline jenkins-docker
Jenkins Pre-Build and Post-Build in Multi-Configuration Job

We use multi configuration job to test various combination of 2 separate components for compatibility test. These are our compatibility acceptance …

jenkins multi-configuration jenkins-docker
Skip error in dockerfile during the build

Just wonder if theres a better way to skip a command that could fail (because I'm using jenkins to build …

docker jenkins-docker