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 298febb15953038c57117202f173429aa080adc9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 298febb15953038c57117202f173429aa080adc9 # timeout=10
Commit message: "Change unit of measure constant"
 > git rev-list --no-walk 2af96a60452d0a1399f5e95a71b83565b33bde1a # timeout=10
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins3887767158817581181.sh
+ rm -f s-forms-smart-components-0.0.2.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins8854870510024842277.sh
+ npm install
updated 3 packages and audited 1286 packages in 8.077s

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/jenkins445546842597537106.sh
+ npm run build:lib

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

npm notice 
npm notice 📦  s-forms-smart-components@0.0.3
npm notice === Tarball Contents === 
npm notice 867B  src/styles/components.css                
npm notice 517B  src/Constants.js                         
npm notice 426B  src/lib.js                               
npm notice 2.5kB src/SmartComponents.js                   
npm notice 2.1kB src/Utils.js                             
npm notice 1.2kB package.json                             
npm notice 3.3kB src/components/CompositeQuestion.jsx     
npm notice 125B  src/components/NullQuestion.jsx          
npm notice 6.3kB src/components/QuestionWithAdvanced.jsx  
npm notice 2.0kB src/components/QuestionWithUnit.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.3                                   
npm notice filename:      s-forms-smart-components-0.0.3.tgz      
npm notice package size:  5.3 kB                                  
npm notice unpacked size: 22.2 kB                                 
npm notice shasum:        cf34b354e065f35005d2595166e564d0a0d53d80
npm notice integrity:     sha512-CksLgbsIBjkD4[...]285FGgSYI2m0A==
npm notice total files:   11                                      
npm notice 
s-forms-smart-components-0.0.3.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins5161055877385783408.sh
+ find . -name s-forms-smart-components*.tgz
+ bash -ex /home/developer/bin/publish-artifacts.sh ./s-forms-smart-components-0.0.3.tgz
+ '[' -z ./s-forms-smart-components-0.0.3.tgz ']'
+ DIST=/var/www/dist
+ for arg in "$@"
++ basename ./s-forms-smart-components-0.0.3.tgz
+ filename=s-forms-smart-components-0.0.3.tgz
+ echo 'Copying artifact ./s-forms-smart-components-0.0.3.tgz to destination /var/www/dist.'
Copying artifact ./s-forms-smart-components-0.0.3.tgz to destination /var/www/dist.
+ cp ./s-forms-smart-components-0.0.3.tgz /var/www/dist/s-forms-smart-components-0.0.3.tgz
+ chmod a+r /var/www/dist/s-forms-smart-components-0.0.3.tgz
Archiving artifacts
Finished: SUCCESS