Skip to content
Success

Console Output

Started by GitLab push by Mark Hoffmann
Running as SYSTEM
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 57a8b9e412ce6bdce8003502d042d9bca85a7c3f, 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 57a8b9e412ce6bdce8003502d042d9bca85a7c3f (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57a8b9e412ce6bdce8003502d042d9bca85a7c3f
Commit message: "added new configuration"
 > git rev-list --no-walk 13b38cdce88934a0f5a8e248c411ca93df389f9b # timeout=10
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins104780195004877872.sh
+ npm install --registry https://devel.data-in-motion.biz/nexus/repository/npm-group/ -g @angular/cli
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
/var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13/bin/ng -> /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13/lib/node_modules/@angular/cli/bin/ng

> @angular/cli@9.0.5 postinstall /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13/lib/node_modules/@angular/cli
> node ./bin/postinstall/script.js

+ @angular/cli@9.0.5
updated 10 packages in 8.239s
+ npm install --registry https://devel.data-in-motion.biz/nexus/repository/npm-group/
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"})

up to date in 13.698s
+ npm run build -- --configuration=production

> diamant-frontend@0.0.0 build /var/jenkins_home/workspace/DIM-Diamant-Angular
> ng build "--configuration=production"

Your global Angular CLI version (9.0.5) is greater than your local
version (8.3.0). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".

chunk {0} runtime-es2015.24b02acc1f369d9b9f37.js (runtime) 2.83 kB [entry] [rendered]
chunk {1} main-es2015.7f6e84c884cd66e62289.js (main) 1.88 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.1a561d408a3da0685b22.css (styles) 139 kB [initial] [rendered]
chunk {scripts} scripts.d6e751540ae178e87486.js (scripts) 31.7 kB [entry] [rendered]
Date: 2020-03-05T19:21:28.285Z - Hash: 1f6a328c1175a1a2d781 - Time: 27502ms

WARNING in budgets, maximum exceeded for initial. Budget 2 MB was exceeded by 327 kB.
Generating ES5 bundles for differential loading...
ES5 bundle generation complete.
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins8237278886946824546.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


 ---> 19459a872194

Step 2/4 : MAINTAINER Data In Motion Consulting GmbH


 ---> Using cache

 ---> 43fd7ca25ccc

Step 3/4 : COPY ./httpd-docker.conf /usr/local/apache2/conf/httpd.conf


 ---> 9f54b774e689

Step 4/4 : COPY ./diamant-frontend/ /usr/local/apache2/htdocs/


 ---> 5ba2d1472163

Successfully built 5ba2d1472163

Tagging built image with devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-84
Tagging built image with devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-latest
Docker Build Response : 5ba2d1472163
Pushing [devel.data-in-motion.biz:6000/dim/diamant/frontend:dev-84, 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]
4358a02e2971: Preparing
60666c83774f: Preparing
eb9b7fda09a9: Preparing
34bee37d8bba: Preparing
7051e05a2b9a: Preparing
64c4da2050e7: Preparing
2db44bce66cd: Preparing
2db44bce66cd: Waiting
34bee37d8bba: Layer already exists
eb9b7fda09a9: Layer already exists
2db44bce66cd: Layer already exists
64c4da2050e7: Layer already exists
7051e05a2b9a: Layer already exists
4358a02e2971: Pushing [>                                                  ]     58kB/3.608MB
60666c83774f: Pushing [=>                                                 ]     512B/20.68kB
60666c83774f: Pushing [==================================================>]  24.58kB
4358a02e2971: Pushing [======================>                            ]   1.62MB/3.608MB
60666c83774f: Pushed
4358a02e2971: Pushing [========================================>          ]  2.928MB/3.608MB
4358a02e2971: Pushing [==================================================>]  3.622MB
4358a02e2971: Pushed
dev-84: digest: sha256:5a1614a10bb6bf2d373334d67947fef4ea5e9c6fa78a3ec9d29041e43e575ef2 size: 1785
The push refers to repository [devel.data-in-motion.biz:6000/dim/diamant/frontend]
4358a02e2971: Preparing
60666c83774f: Preparing
eb9b7fda09a9: Preparing
34bee37d8bba: Preparing
7051e05a2b9a: Preparing
64c4da2050e7: Preparing
2db44bce66cd: Preparing
64c4da2050e7: Waiting
2db44bce66cd: Waiting
eb9b7fda09a9: Layer already exists
34bee37d8bba: Layer already exists
60666c83774f: Layer already exists
4358a02e2971: Layer already exists
7051e05a2b9a: Layer already exists
64c4da2050e7: Layer already exists
2db44bce66cd: Layer already exists
dev-latest: digest: sha256:5a1614a10bb6bf2d373334d67947fef4ea5e9c6fa78a3ec9d29041e43e575ef2 size: 1785
Cleaning local images [5ba2d1472163]
Docker Build Done
Finished: SUCCESS