Skip to content
Success

Console Output

Started by user blaskmir
Running as SYSTEM
Building in workspace /home/developer/.jenkins/jobs/s-forms/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/kbss-cvut/s-forms.git # timeout=10
Fetching upstream changes from https://github.com/kbss-cvut/s-forms.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/kbss-cvut/s-forms.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6349ab68cc8689ad76e83f149ed65ea9811e8c50 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6349ab68cc8689ad76e83f149ed65ea9811e8c50 # timeout=10
Commit message: "[upd] Refactor"
 > git rev-list --no-walk 6349ab68cc8689ad76e83f149ed65ea9811e8c50 # timeout=10
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins2234993085449339040.sh
+ rm -f s-forms-*.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins7610521785796856964.sh
+ npm install

> core-js@2.6.11 postinstall /home/developer/.jenkins/jobs/s-forms/workspace/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@3.6.5 postinstall /home/developer/.jenkins/jobs/s-forms/workspace/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

npm WARN jsdom@16.2.2 requires a peer of canvas@^2.5.0 but none was installed.
npm WARN react-test-renderer@16.13.1 requires a peer of react@^16.13.1 but none was installed.
npm WARN ws@7.2.5 requires a peer of bufferutil@^4.0.1 but none was installed.
npm WARN ws@7.2.5 requires a peer of utf-8-validate@^5.0.2 but none was installed.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/jest-haste-map/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 75 packages, removed 4 packages and updated 3 packages in 9.479s
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins6803747137374996056.sh
+ npm run build:lib

> s-forms@0.2.0 build:lib /home/developer/.jenkins/jobs/s-forms/workspace
> npm run build:css && npm run lib && npm pack


> s-forms@0.2.0 build:css /home/developer/.jenkins/jobs/s-forms/workspace
> cleancss --skip-rebase -d -o ./css/s-forms.min.css ./src/styles/s-forms.css

Original: 1291 bytes
Minified: 1046 bytes
Efficiency: 18.97%
Time spent: 13ms
Inlined stylesheets:
- /home/developer/.jenkins/jobs/s-forms/workspace/src/styles/s-forms.css

> s-forms@0.2.0 lib /home/developer/.jenkins/jobs/s-forms/workspace
> babel ./src -d ./lib

Successfully compiled 43 files with Babel.
s-forms-0.2.0.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins3394821605295936461.sh
+ find . -name s-forms-*.tgz
+ bash -ex /home/developer/bin/publish-artifacts.sh ./s-forms-0.2.0.tgz
+ '[' -z ./s-forms-0.2.0.tgz ']'
+ DIST=/var/www/dist
+ for arg in "$@"
++ basename ./s-forms-0.2.0.tgz
+ filename=s-forms-0.2.0.tgz
+ echo 'Copying artifact ./s-forms-0.2.0.tgz to destination /var/www/dist.'
Copying artifact ./s-forms-0.2.0.tgz to destination /var/www/dist.
+ cp ./s-forms-0.2.0.tgz /var/www/dist/s-forms-0.2.0.tgz
+ chmod a+r /var/www/dist/s-forms-0.2.0.tgz
Archiving artifacts
Not sending mail to unregistered user tomas.klim@gmail.com
Not sending mail to unregistered user blcham@gmail.com
Sending e-mails to: blaskmir@fel.cvut.cz
Finished: SUCCESS