Skip to content
StepArgumentsStatus
Start of Pipeline - (21 min in block)
parallel - (21 min in block)
parallel block (Branch: deb) - (5 ms in block)
stage - (21 min in block)Ubuntu Xenial and Focal Package
stage block (Ubuntu Xenial and Focal Package) - (21 min in block)
node - (21 min in block)ubuntu && x86_64
node block - (20 min in block)
withDockerRegistry - (20 min in block)
withDockerRegistry block - (20 min in block)
wrap - (20 min in block)
wrap block - (20 min in block)
wrap - (20 min in block)
wrap block - (20 min in block)
echo - (1 ms in self)cleanWorkspace: Ensuring workspace is owned by ubuntu
echo - (2 ms in self)chowning workspace
sh - (3.8 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.32 sec in self)for cid in $(docker container ls -aq); do docker container rm -vf $cid; done
echo - (1 ms in self)Docker containers have been removed
echo - (1 ms in self)cleanWorkspace: Removing existing workspace
deleteDir - (3 ms in self)
echo - (8 ms in self)cleanWorkspace: Workspace is clean.
checkout - (7.9 sec in self)
sh - (22 sec in self)git clone https://github.com/docker/cli.git
sh - (0.62 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.89 sec in self)git -C engine checkout 19.03
sh - (19 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.1 sec in self)make ENGINE_DIR=$(pwd)/engine clean-engine
parallel block (Branch: rpm) - (7 ms in block)
stage - (10 min in block)Centos 7 RPM Package
stage block (Centos 7 RPM Package) - (10 min in block)
node - (10 min in block)ubuntu && x86_64
node block - (9 min 26 sec in block)
withDockerRegistry - (9 min 26 sec in block)
withDockerRegistry block - (9 min 22 sec in block)
wrap - (9 min 22 sec in block)
wrap block - (9 min 22 sec in block)
wrap - (9 min 22 sec in block)
wrap block - (9 min 22 sec in block)
echo - (1 ms in self)cleanWorkspace: Ensuring workspace is owned by ubuntu
echo - (2 ms in self)chowning workspace
sh - (3.3 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.31 sec in self)for cid in $(docker container ls -aq); do docker container rm -vf $cid; done
echo - (1 ms in self)Docker containers have been removed
echo - (1 ms in self)cleanWorkspace: Removing existing workspace
deleteDir - (4 ms in self)
echo - (11 ms in self)cleanWorkspace: Workspace is clean.
checkout - (7.3 sec in self)
sh - (22 sec in self)git clone https://github.com/docker/cli.git
sh - (0.54 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.54 sec in self)git -C engine checkout 19.03
sh - (8 min 28 sec in self)make -C rpm VERSION=0.0.1-dev ENGINE_DIR=$(pwd)/engine CLI_DIR=$(pwd)/cli centos-7
sh - (1.1 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 - (9 min 54 sec in block)
withDockerRegistry - (9 min 54 sec in block)
withDockerRegistry block - (9 min 49 sec in block)
wrap - (9 min 49 sec in block)
wrap block - (9 min 49 sec in block)
wrap - (9 min 49 sec in block)
wrap block - (9 min 49 sec in block)
echo - (<1 ms in self)cleanWorkspace: Ensuring workspace is owned by ubuntu
echo - (2 ms in self)chowning workspace
sh - (3.8 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.29 sec in self)for cid in $(docker container ls -aq); do docker container rm -vf $cid; done
echo - (<1 ms in self)Docker containers have been removed
echo - (1 ms in self)cleanWorkspace: Removing existing workspace
deleteDir - (3 ms in self)
echo - (8 ms in self)cleanWorkspace: Workspace is clean.
checkout - (7.5 sec in self)
sh - (22 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.85 sec in self)git -C engine checkout 19.03
sh - (8 min 45 sec in self)make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=static-linux ENGINE_DIR=$(pwd)/engine CLI_DIR=$(pwd)/cli static
sh - (9.7 sec in self)make ENGINE_DIR=$(pwd)/engine clean-engine