yet-another-docker-plugin
yet-another-docker-plugin copied to clipboard
Jenkins Yet Another Docker Plugin
Bumps [jenkins-core](https://github.com/jenkinsci/jenkins) from 2.19.4 to 2.334. Release notes Sourced from jenkins-core's releases. 2.334 Security release See the changelog 2.333 This is an automatically generated changelog draft for Jenkins weekly releases....
Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 2.1.3 to 2.6.1.1. Release notes Sourced from credentials's releases. 2.6.1 Clean version of 2.6 (correct checksum). 2.6 What's Changed Correct french typo by @Wadeck in jenkinsci/credentials-plugin#223 [JENKINS-66514]...
This is needed for limiting consumption of cpus on the server for running containers
``` + cat + chmod +x /tmp/init.sh + exec /tmp/init.sh + export CONFIG=/tmp/config.sh + [ ! -f /tmp/config.sh ] + echo No config, sleeping for 1 second No config, sleeping...
According to the documentation: "host/path:container/path:ro will mount host/path from host to container's container/path, read-only" In the volumes configuration field we have: ``` /home/buildslave/srv:/home/buildslave/srv:rw /srv/docker/ssh/buildslave.config:/home/buildslave/.ssh/config:ro /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro ``` But the end result...
Primary Jenkins node is running: Jenkins 2.277.3 (current LTS) YAD 0.2.0 Clouds configured to launch on another host, and connect to container with Docker SSH Computer Launcher Cloud hosts are...
Issue: Slave containers failing intermittently with "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" Environment: Docker swarm Docker Engine: Enterprise Docker version: 19.03.11 API version:...
As part of our Continuous Integration system it seems that certain unit tests we run require the CAP_SYS_PTRACE capability to be retained, something Docker drops by default. While Docker allows...
Hello! Thanks for that awesome plugin. I'm configuring a Docker Cloud with jenkinsci/jnlp slave all is working properly, but the only thing I'm missing is being able to pass the...
Bumps ant from 1.9.15 to 1.10.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...