Skip to content
StepArgumentsStatus
Start of Pipeline - (22 min in block)
parallel - (22 min in block)
parallel block (Branch: deb) - (2 ms in block)
stage - (22 min in block)Ubuntu Xenial and Focal Package
stage block (Ubuntu Xenial and Focal Package) - (22 min in block)
node - (22 min in block)ubuntu && x86_64
node block - (21 min in block)
withDockerRegistry - (21 min in block)
withDockerRegistry block - (21 min in block)
wrap - (21 min in block)
wrap block - (21 min in block)
wrap - (21 min in block)
wrap block - (21 min in block)
echo - (1 ms in self)cleanWorkspace: Ensuring workspace is owned by ubuntu
echo - (2 ms in self)chowning workspace
sh - (5.6 sec in self)docker run --rm -v $(pwd):/workspace busybox chown -R "$(id -u):$(id -g)" /workspace
echo - (1 ms in self)Removing all docker containers
sh - (0.67 sec in self)for cid in $(docker container ls -aq); do docker container rm -vf $cid; done
echo - (2 ms in self)Docker containers have been removed
echo - (1 ms in self)cleanWorkspace: Removing existing workspace
deleteDir - (0.11 sec in self)
echo - (0.12 sec in self)cleanWorkspace: Workspace is clean.
checkout - (26 sec in self)
sh - (27 sec in self)git clone https://github.com/docker/cli.git
sh - (0.71 sec in self)git -C cli checkout 19.03
sh - (32 sec in self)git clone https://github.com/docker/docker.git engine
sh - (1.2 sec in self)git -C engine checkout 19.03
sh - (20 min in self)make -C deb VERSION=0.0.1-dev ENGINE_DIR=$(pwd)/engine CLI_DIR=$(pwd)/cli ubuntu-xenial ubuntu-focal
sh - (1.6 sec in self)make ENGINE_DIR=$(pwd)/engine clean-engine
parallel block (Branch: rpm) - (4 ms in block)
stage - (12 min in block)Centos 7 RPM Package
stage block (Centos 7 RPM Package) - (12 min in block)
node - (12 min in block)ubuntu && x86_64
node block - (11 min in block)
withDockerRegistry - (11 min in block)
withDockerRegistry block - (11 min in block)
wrap - (11 min in block)
wrap block - (11 min in block)
wrap - (11 min in block)
wrap block - (11 min in block)
echo - (1 ms in self)cleanWorkspace: Ensuring workspace is owned by ubuntu
echo - (2 ms in self)chowning workspace
sh - (7.2 sec in self)docker run --rm -v $(pwd):/workspace busybox chown -R "$(id -u):$(id -g)" /workspace
echo - (2 ms in self)Removing all docker containers
sh - (0.64 sec in self)for cid in $(docker container ls -aq); do docker container rm -vf $cid; done
echo - (5 ms in self)Docker containers have been removed
echo - (3 ms in self)cleanWorkspace: Removing existing workspace
deleteDir - (0.15 sec in self)
echo - (0.29 sec in self)cleanWorkspace: Workspace is clean.
checkout - (23 sec in self)
sh - (27 sec in self)git clone https://github.com/docker/cli.git
sh - (1.1 sec in self)git -C cli checkout 19.03
sh - (27 sec in self)git clone https://github.com/docker/docker.git engine
sh - (0.85 sec in self)git -C engine checkout 19.03
sh - (9 min 30 sec in self)make -C rpm VERSION=0.0.1-dev ENGINE_DIR=$(pwd)/engine CLI_DIR=$(pwd)/cli centos-7
sh - (1.5 sec in self)make ENGINE_DIR=$(pwd)/engine clean-engine
parallel block (Branch: static) - (11 min in block)
stage - (11 min in block)Static Linux Binaries
stage block (Static Linux Binaries) - (11 min in block)
node - (11 min in block)ubuntu && x86_64
node block - (10 min in block)
withDockerRegistry - (10 min in block)
withDockerRegistry block - (10 min in block)
wrap - (10 min in block)
wrap block - (10 min in block)
wrap - (10 min in block)
wrap block - (10 min in block)
echo - (2 ms in self)cleanWorkspace: Ensuring workspace is owned by ubuntu
echo - (32 ms in self)chowning workspace
sh - (5.7 sec in self)docker run --rm -v $(pwd):/workspace busybox chown -R "$(id -u):$(id -g)" /workspace
echo - (4 ms in self)Removing all docker containers
sh - (0.6 sec in self)for cid in $(docker container ls -aq); do docker container rm -vf $cid; done
echo - (12 ms in self)Docker containers have been removed
echo - (1 ms in self)cleanWorkspace: Removing existing workspace
deleteDir - (5 ms in self)
echo - (0.11 sec in self)cleanWorkspace: Workspace is clean.
checkout - (22 sec in self)
sh - (18 sec in self)git clone https://github.com/docker/cli.git
sh - (0.55 sec in self)git -C cli checkout 19.03
sh - (18 sec in self)git clone https://github.com/docker/docker.git engine
sh - (0.86 sec in self)git -C engine checkout 19.03
sh - (8 min 55 sec in self)make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=static-linux ENGINE_DIR=$(pwd)/engine CLI_DIR=$(pwd)/cli static
sh - (3.3 sec in self)make ENGINE_DIR=$(pwd)/engine clean-engine