Started by user DIM Build Building in workspace /var/jenkins_home/workspace/dim-devel-webpage-Release using credential jenkins_gitlab Cloning the remote Git repository Cloning repository https://gitlab.com/datainmotion/devel.dim.git > git init /var/jenkins_home/workspace/dim-devel-webpage-Release # timeout=10 Fetching upstream changes from https://gitlab.com/datainmotion/devel.dim.git > git --version # timeout=10 using GIT_ASKPASS to set credentials The Gitlab user for the jenkins > git fetch --tags --progress https://gitlab.com/datainmotion/devel.dim.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://gitlab.com/datainmotion/devel.dim.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.com/datainmotion/devel.dim.git # timeout=10 Fetching upstream changes from https://gitlab.com/datainmotion/devel.dim.git using GIT_ASKPASS to set credentials The Gitlab user for the jenkins > git fetch --tags --progress https://gitlab.com/datainmotion/devel.dim.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision f96c28bf1109e9d8baaa94ad4535a490cba5212d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f96c28bf1109e9d8baaa94ad4535a490cba5212d Commit message: "Initial commit" > git rev-list --no-walk f96c28bf1109e9d8baaa94ad4535a490cba5212d # timeout=10 Docker Build Docker Build: building image at path /var/jenkins_home/workspace/dim-devel-webpage-Release Step 1/9 : FROM httpd:2.4 ---> 2d1e5208483c Step 2/9 : MAINTAINER Data In Motion Consulting GmbH ---> Using cache ---> 34ba210f9bfe Step 3/9 : COPY ./httpd-docker.conf /usr/local/apache2/conf/httpd.conf ---> Using cache ---> fd0e3cbb2ee8 Step 4/9 : COPY ./www-devel/ /usr/local/apache2/htdocs/ ---> 40832f5d782c Step 5/9 : RUN mkdir -p /repository && mkdir -p /public && mkdir -p /update ---> Running in 3b10d9950c64 Removing intermediate container 3b10d9950c64 ---> 5cc579e8c9ce Step 6/9 : RUN chown www-data:www-data /repository && chown www-data:www-data /public && chown www-data:www-data /update ---> Running in 82463d777fd3 Removing intermediate container 82463d777fd3 ---> 7d76780bab59 Step 7/9 : VOLUME /repository ---> Running in 30a081dc312f Removing intermediate container 30a081dc312f ---> 7ac56dacbdfe Step 8/9 : VOLUME /public ---> Running in 2b5ca693a147 Removing intermediate container 2b5ca693a147 ---> 496f29e23535 Step 9/9 : VOLUME /update ---> Running in 050d6d2e6e35 Removing intermediate container 050d6d2e6e35 ---> ba43c885402e Successfully built ba43c885402e Tagging built image with devel.data-in-motion.biz:6000/dim/www-devel:4 Docker Build Response : ba43c885402e Pushing [devel.data-in-motion.biz:6000/dim/www-devel:4] The push refers to repository [devel.data-in-motion.biz:6000/dim/www-devel] e5c4e21bebed: Preparing 3fd430e874f3: Preparing 338fa8e040cc: Preparing 10372cb22757: Preparing 85f2134b775c: Preparing 348e7202c3ba: Preparing 6d3625e8d3b1: Preparing 2882431cb66d: Preparing 6744ca1b1190: Preparing 6744ca1b1190: Waiting 2882431cb66d: Waiting 6d3625e8d3b1: Waiting 348e7202c3ba: Waiting 10372cb22757: Layer already exists 85f2134b775c: Layer already exists 348e7202c3ba: Layer already exists 6d3625e8d3b1: Layer already exists 2882431cb66d: Layer already exists 338fa8e040cc: Pushing [=> ] 35.33kB/1.081MB 6744ca1b1190: Layer already exists 3fd430e874f3: Pushing 4.096kB 338fa8e040cc: Pushing [==================================================>] 1.154MB e5c4e21bebed: Pushing 2.56kB e5c4e21bebed: Pushed 3fd430e874f3: Pushed 338fa8e040cc: Pushed 4: digest: sha256:580b96fe5647a042e8fb510f3be00d8b53b6b9261c45c7345fe4841abe84731d size: 2199 Cleaning local images [ba43c885402e] Docker Build Done Finished: SUCCESS