Skip to content
Success

Console Output

Started by GitHub push by blcham
Running as SYSTEM
Building in workspace /home/developer/.jenkins/jobs/s-forms-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/kbss-cvut/s-forms-components.git # timeout=10
Fetching upstream changes from https://github.com/kbss-cvut/s-forms-components.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/kbss-cvut/s-forms-components.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8a78a5964a80085028c13e013df2812ab86f4111 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8a78a5964a80085028c13e013df2812ab86f4111 # timeout=10
Commit message: "[0.1.8] Bump version"
 > git rev-list --no-walk 2d843a2648d7074f387465767f276e952270ce1f # timeout=10
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins5647209037167644743.sh
+ rm -f s-forms-components-0.1.6.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins12638850163041936980.sh
+ npm install

> s-forms-components@0.1.8 prepare
> husky install

husky - Git hooks installed

added 176 packages, changed 1 package, and audited 2062 packages in 28s

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

28 vulnerabilities (6 moderate, 22 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins12651851270156938661.sh
+ npm run build:lib

> s-forms-components@0.1.8 build:lib
> npm run build && npm pack


> s-forms-components@0.1.8 build
> microbundle --jsx React.createElement

Entry module "src/s-forms-components.js" is using named and default exports together. Consumers of your bundle will have to use `sFormsComponents["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning
Entry module "src/s-forms-components.js" is using named and default exports together. Consumers of your bundle will have to use `sFormsComponents["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning
No name was provided for external module '@kbss-cvut/s-forms' in output.globals – guessing 'sForms'
Build "s-forms-components" to dist:
      27.6 kB: s-forms-components.cjs.gz
      24.4 kB: s-forms-components.cjs.br
      26.9 kB: s-forms-components.modern.js.gz
      23.7 kB: s-forms-components.modern.js.br
      27.7 kB: s-forms-components.js.gz
      24.4 kB: s-forms-components.js.br
      27.7 kB: s-forms-components.umd.js.gz
      24.4 kB: s-forms-components.umd.js.br
npm notice 
npm notice 📦  s-forms-components@0.1.8
npm notice === Tarball Contents === 
npm notice 7.6kB   LICENSE                              
npm notice 1.2kB   README.md                            
npm notice 84.7kB  dist/lib.js                          
npm notice 79.2kB  dist/lib.js.map                      
npm notice 92.6kB  dist/s-forms-components.cjs          
npm notice 376.0kB dist/s-forms-components.cjs.map      
npm notice 1.9kB   dist/s-forms-components.css          
npm notice 3.1kB   dist/s-forms-components.css.map      
npm notice 91.9kB  dist/s-forms-components.js           
npm notice 375.5kB dist/s-forms-components.js.map       
npm notice 89.0kB  dist/s-forms-components.modern.js    
npm notice 373.7kB dist/s-forms-components.modern.js.map
npm notice 92.8kB  dist/s-forms-components.umd.js       
npm notice 376.0kB dist/s-forms-components.umd.js.map   
npm notice 2.5kB   package.json                         
npm notice === Tarball Details === 
npm notice name:          s-forms-components                      
npm notice version:       0.1.8                                   
npm notice filename:      s-forms-components-0.1.8.tgz            
npm notice package size:  548.0 kB                                
npm notice unpacked size: 2.0 MB                                  
npm notice shasum:        9a0b22fe2be1bc5d2c9bfd937df20884c84aef6a
npm notice integrity:     sha512-1vMAPbKAdNGi5[...]mV1Qt5imouFDg==
npm notice total files:   15                                      
npm notice 
s-forms-components-0.1.8.tgz
[workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins6233875689568782546.sh
+ find . -name s-forms-components*.tgz
+ bash -ex /home/developer/bin/publish-artifacts.sh ./s-forms-components-0.1.8.tgz
+ '[' -z ./s-forms-components-0.1.8.tgz ']'
+ DIST=/var/www/dist
+ for arg in "$@"
++ basename ./s-forms-components-0.1.8.tgz
+ filename=s-forms-components-0.1.8.tgz
+ echo 'Copying artifact ./s-forms-components-0.1.8.tgz to destination /var/www/dist.'
Copying artifact ./s-forms-components-0.1.8.tgz to destination /var/www/dist.
+ cp ./s-forms-components-0.1.8.tgz /var/www/dist/s-forms-components-0.1.8.tgz
+ chmod a+r /var/www/dist/s-forms-components-0.1.8.tgz
Archiving artifacts
Finished: SUCCESS