Started by GitLab push by Moritz Weber
Building in workspace /var/jenkins_home/workspace/DIM-Diamant-Angular
using credential jenkins_gitlab
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://gitlab.com/datainmotion/diamant/frontend.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/frontend.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/diamant/frontend.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit 56a3b0f27effbde5f4d3a10e1194ce833fa97d8b, since it originates from another repository
> git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 56a3b0f27effbde5f4d3a10e1194ce833fa97d8b (refs/remotes/origin/develop)
> git config core.sparsecheckout # timeout=10
> git checkout -f 56a3b0f27effbde5f4d3a10e1194ce833fa97d8b
Commit message: "Address fix, layout"
> git rev-list --no-walk b631bdca3c591554e5296ba35f7013dc4c701fe1 # timeout=10
$ /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/bin/npm install -g @angular/cli
/var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/bin/ng -> /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/lib/node_modules/@angular/cli/bin/ng
> @angular/cli@8.3.4 postinstall /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/lib/node_modules/@angular/cli
> node ./bin/postinstall/script.js
+ @angular/cli@8.3.4
updated 10 packages in 11.335s
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins4290735123795351638.sh
+ npm install
npm WARN bootstrap@4.3.1 requires a peer of popper.js@^1.14.7 but none is installed. You must install peer dependencies yourself.
npm WARN keycloak-angular@7.0.1 requires a peer of keycloak-js@>= 3.4.3 < 7 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/webpack-dev-server/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/watchpack/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/karma/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/@angular/compiler-cli/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.0.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
audited 18752 packages in 8.471s
found 0 vulnerabilities
+ npm run build -- --configuration=production
> diamant-frontend@0.0.0 build /var/jenkins_home/workspace/DIM-Diamant-Angular
> ng build "--configuration=production"
chunk {0} runtime-es2015.24b02acc1f369d9b9f37.js (runtime) 2.83 kB [entry] [rendered]
chunk {1} main-es2015.4a1dafcbc097baf10e89.js (main) 1.35 MB [initial] [rendered]
chunk {2} polyfills-es2015.fd917e7c3ed57f282ee5.js (polyfills) 64.3 kB [initial] [rendered]
chunk {3} polyfills-es5-es2015.f24fb8cb85b392c952f0.js (polyfills-es5) 211 kB [initial] [rendered]
chunk {4} styles.1763abeccfb5ca9d6a36.css (styles) 139 kB [initial] [rendered]
chunk {scripts} scripts.d6e751540ae178e87486.js (scripts) 31.7 kB [entry] [rendered]
Date: 2019-09-17T13:13:44.435Z - Hash: d08a284463a343b6d20a - Time: 44217ms
Generating ES5 bundles for differential loading...
ES5 bundle generation complete.
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins2002965441412886718.sh
+ rm -rf docker/diamant-frontend
+ cp -r dist/diamant-frontend docker/
Docker Build
Docker Build: building image at path /var/jenkins_home/workspace/DIM-Diamant-Angular/docker
Step 1/4 : FROM httpd:2.4
---> 2d1e5208483c
Step 2/4 : MAINTAINER Data In Motion Consulting GmbH
---> Using cache
---> 34ba210f9bfe
Step 3/4 : COPY ./httpd-docker.conf /usr/local/apache2/conf/httpd.conf
---> 5a498f55cfc6
Step 4/4 : COPY ./diamant-frontend/ /usr/local/apache2/htdocs/
---> 52ffb06c12db
Successfully built 52ffb06c12db
Tagging built image with devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-37
Tagging built image with devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-latest
Docker Build Response : 52ffb06c12db
Pushing [devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-37, devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-latest]
The push refers to repository [devel.data-in-motion.biz:6000/dim/diamant/frontend]
5b25671acfc5: Preparing
aa029053dab8: Preparing
85f2134b775c: Preparing
348e7202c3ba: Preparing
6d3625e8d3b1: Preparing
2882431cb66d: Preparing
6744ca1b1190: Preparing
6744ca1b1190: Waiting
2882431cb66d: Waiting
aa029053dab8: Pushing [=> ] 512B/20.68kB
348e7202c3ba: Layer already exists
6d3625e8d3b1: Layer already exists
5b25671acfc5: Pushing [> ] 31.87kB/2.737MB
85f2134b775c: Layer already exists
2882431cb66d: Layer already exists
6744ca1b1190: Layer already exists
5b25671acfc5: Pushing [======================> ] 1.226MB/2.737MB
aa029053dab8: Pushing [==================================================>] 24.58kB
5b25671acfc5: Pushing [==================================================>] 2.747MB
aa029053dab8: Pushed
5b25671acfc5: Pushed
dev-37: digest: sha256:22db5c3ffaeaf87d334445f642a680683f99aa80f664dc00db9d2a33d3145492 size: 1785
The push refers to repository [devel.data-in-motion.biz:6000/dim/diamant/frontend]
5b25671acfc5: Preparing
aa029053dab8: Preparing
85f2134b775c: Preparing
348e7202c3ba: Preparing
6d3625e8d3b1: Preparing
2882431cb66d: Preparing
6744ca1b1190: Preparing
2882431cb66d: Waiting
348e7202c3ba: Layer already exists
5b25671acfc5: Layer already exists
6d3625e8d3b1: Layer already exists
85f2134b775c: Layer already exists
aa029053dab8: Layer already exists
2882431cb66d: Layer already exists
6744ca1b1190: Layer already exists
dev-latest: digest: sha256:22db5c3ffaeaf87d334445f642a680683f99aa80f664dc00db9d2a33d3145492 size: 1785
Cleaning local images [52ffb06c12db]
Docker Build Done
Finished: SUCCESS