SuccessConsole Output

[N2VC-stage_2_bug1511] Running shell script
+ docker build -t osm/n2vc-bug1511 .
Sending build context to Docker daemon  481.6MB

Step 1/4 : FROM ubuntu:18.04
 ---> 3339fde08fc3
Step 2/4 : RUN apt-get update && apt-get -y install git make python python3     libcurl4-gnutls-dev libgnutls28-dev tox python3-dev python3-pip     debhelper python3-setuptools python-all python3-all apt-utils
 ---> Using cache
 ---> 381b94263715
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 399df418b5b6
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> dc92ee9fd697
Successfully built dc92ee9fd697
Successfully tagged osm/n2vc-bug1511:latest