Skip to content
Success

Console Output

Started by GitHub push by holubv
Running as SYSTEM
Building in workspace /home/developer/.jenkins/jobs/s-forms-smart-components/workspace
The recommended git tool is: NONE
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/holubv/s-forms-smart-components.git # timeout=10
Fetching upstream changes from https://github.com/holubv/s-forms-smart-components.git
 > git --version # timeout=10
 > git --version # 'git version 2.11.0'
 > git fetch --tags --progress -- https://github.com/holubv/s-forms-smart-components.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a4a431c9ac2e2ec97c12809d89a6c078b065bf3a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4a431c9ac2e2ec97c12809d89a6c078b065bf3a # timeout=10
Commit message: "Add build script"
 > git rev-list --no-walk 4641f5da131f14f613b2b6995d0c4c8b0698ba3f # timeout=10
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins8876183481960837641.sh
+ rm -f s-forms-smart-components*.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins8043708541236351946.sh
+ npm install
audited 1286 packages in 5.2s

138 packages are looking for funding
  run `npm fund` for details

found 5 vulnerabilities (2 low, 2 moderate, 1 high)
  run `npm audit fix` to fix them, or `npm audit` for details
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins6063639398208512177.sh
+ npm run build:lib

> s-forms-smart-components@0.0.1 build:lib /home/developer/.jenkins/jobs/s-forms-smart-components/workspace
> npm pack

npm notice 
npm notice 📦  s-forms-smart-components@0.0.1
npm notice === Tarball Contents === 
npm notice 594B  src/styles/components.css                
npm notice 412B  src/Constants.js                         
npm notice 344B  src/lib.js                               
npm notice 871B  package.json                             
npm notice 3.3kB src/components/CompositeQuestion.jsx     
npm notice 6.3kB src/components/QuestionWithAdvanced.jsx  
npm notice 2.9kB src/components/WizardStepWithAdvanced.jsx
npm notice === Tarball Details === 
npm notice name:          s-forms-smart-components                
npm notice version:       0.0.1                                   
npm notice filename:      s-forms-smart-components-0.0.1.tgz      
npm notice package size:  3.7 kB                                  
npm notice unpacked size: 14.7 kB                                 
npm notice shasum:        cf60b1ed9bab9b5506b584140882690598ce86c7
npm notice integrity:     sha512-fREEJjQ3BtLXg[...]/5bNIEQFBjfoA==
npm notice total files:   7                                       
npm notice 
s-forms-smart-components-0.0.1.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins7087535885644290017.sh
+ find . -name s-forms-smart-components*.tgz
+ bash -ex /home/developer/bin/publish-artifacts.sh ./s-forms-smart-components-0.0.1.tgz
+ '[' -z ./s-forms-smart-components-0.0.1.tgz ']'
+ DIST=/var/www/dist
+ for arg in "$@"
++ basename ./s-forms-smart-components-0.0.1.tgz
+ filename=s-forms-smart-components-0.0.1.tgz
+ echo 'Copying artifact ./s-forms-smart-components-0.0.1.tgz to destination /var/www/dist.'
Copying artifact ./s-forms-smart-components-0.0.1.tgz to destination /var/www/dist.
+ cp ./s-forms-smart-components-0.0.1.tgz /var/www/dist/s-forms-smart-components-0.0.1.tgz
+ chmod a+r /var/www/dist/s-forms-smart-components-0.0.1.tgz
Archiving artifacts
Not sending mail to unregistered user holubvojtech@gmail.com
Sending e-mails to: blaskmir@fel.cvut.cz
Finished: SUCCESS