You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo docker run -d -v /tmp/jenkins-buildenv/Docker_test-job/workspace/..:/opt/project/ /bin/bash -c cd /opt/project/workspace && rake spec
docker: invalid reference format.
See 'docker run --help'.
CONTAINER=
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE
Before attempting to install Docker from binaries, be sure your host machine meets the prerequisites:
A 64-bit installation
Version 3.10 or higher of the Linux kernel. The latest version of the kernel available for your platform is recommended.
iptables version 1.4 or higher
git version 1.7 or higher
A ps executable, usually provided by procps or a similar package.
XZ Utils 4.9 or higher
A properly mounted cgroupfs hierarchy; a single, all-encompassing cgroup mount point is not sufficient. See Github issues #2683, #3485, #4568).
then i use
docker exec -t -t jenkins /bin/bash
and
sudo apt-get install iptables
then it works
The text was updated successfully, but these errors were encountered:
my OS is ubuntu 16.04
when i invoke the jenkins build ,i find the result
Started by user admin
Building in workspace /tmp/jenkins-buildenv/Docker_test-job/workspace
No credentials specified
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
docker: invalid reference format.
See 'docker run --help'.
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE
then i see
https://docs.docker.com/install/linux/docker-ce/binaries/
Before attempting to install Docker from binaries, be sure your host machine meets the prerequisites:
A 64-bit installation
Version 3.10 or higher of the Linux kernel. The latest version of the kernel available for your platform is recommended.
iptables version 1.4 or higher
git version 1.7 or higher
A ps executable, usually provided by procps or a similar package.
XZ Utils 4.9 or higher
A properly mounted cgroupfs hierarchy; a single, all-encompassing cgroup mount point is not sufficient. See Github issues #2683, #3485, #4568).
then i use
docker exec -t -t jenkins /bin/bash
and
sudo apt-get install iptables
then it works
The text was updated successfully, but these errors were encountered: