Started by user Martin Ledvinka Building in workspace /home/developer/.jenkins/jobs/semforms/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url file:///srv/git/semforms.git # timeout=10 Fetching upstream changes from file:///srv/git/semforms.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress file:///srv/git/semforms.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision dc6759cdfda16a8170649607e8ace9d7b7ce4516 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dc6759cdfda16a8170649607e8ace9d7b7ce4516 > git rev-list 162480cafbd3bbcb6d4115465096db1a1e54ac14 # timeout=10 [workspace] $ /bin/sh -xe /opt/apache-tomcat-8.0.32/temp/hudson7191947408159476221.sh + npm run build-npm-prod > semforms@0.1.0 prebuild-npm-prod /home/developer/.jenkins/jobs/semforms/workspace > npm install npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14 npm WARN semforms@0.1.0 requires a peer of react@>= 15.3.2 but none was installed. npm WARN react-addons-test-utils@15.3.2 requires a peer of react@^15.3.2 but none was installed. npm WARN react-bootstrap-typeahead@0.0.9 requires a peer of react@>= 15.3.2 but none was installed. npm WARN react-dom@15.3.2 requires a peer of react@^15.3.2 but none was installed. > semforms@0.1.0 build-npm-prod /home/developer/.jenkins/jobs/semforms/workspace > npm run test && npm run build && npm run lib && npm pack > semforms@0.1.0 test /home/developer/.jenkins/jobs/semforms/workspace > jasmine JASMINE_CONFIG_PATH=test/jasmine.json Started ......................................................Input mask not provided. Falling back to regular input. ....... 61 specs, 0 failures Finished in 1.269 seconds > semforms@0.1.0 build /home/developer/.jenkins/jobs/semforms/workspace > browserify ./src/semforms.js -o ./dist/semforms.js > semforms@0.1.0 lib /home/developer/.jenkins/jobs/semforms/workspace > babel ./src -d ./lib src/components/Answer.js -> lib/components/Answer.js src/components/DefaultInput.js -> lib/components/DefaultInput.js src/components/GeneratedStep.js -> lib/components/GeneratedStep.js src/components/HelpIcon.js -> lib/components/HelpIcon.js src/components/MaskedInput.js -> lib/components/MaskedInput.js src/components/Question.js -> lib/components/Question.js src/components/answer/CheckboxAnswer.js -> lib/components/answer/CheckboxAnswer.js src/components/answer/DateTimeAnswer.js -> lib/components/answer/DateTimeAnswer.js src/components/answer/InputAnswer.js -> lib/components/answer/InputAnswer.js src/components/answer/MaskedInputAnswer.js -> lib/components/answer/MaskedInputAnswer.js src/components/answer/SelectAnswer.js -> lib/components/answer/SelectAnswer.js src/components/answer/TypeaheadAnswer.js -> lib/components/answer/TypeaheadAnswer.js src/constants/Constants.js -> lib/constants/Constants.js src/model/Configuration.js -> lib/model/Configuration.js src/model/DefaultFormGenerator.js -> lib/model/DefaultFormGenerator.js src/model/QuestionAnswerProcessor.js -> lib/model/QuestionAnswerProcessor.js src/model/WizardGenerator.js -> lib/model/WizardGenerator.js src/model/defaultForm.js -> lib/model/defaultForm.js src/semforms.js -> lib/semforms.js src/util/FormUtils.js -> lib/util/FormUtils.js src/util/JsonLdObjectUtils.js -> lib/util/JsonLdObjectUtils.js src/util/JsonObjectMap.js -> lib/util/JsonObjectMap.js src/util/Logger.js -> lib/util/Logger.js src/util/Utils.js -> lib/util/Utils.js semforms-0.1.0.tgz Archiving artifacts [ArtifactDeployer] - Starting deployment from the post-action ... [ArtifactDeployer] - All the files have not been deployed. There was 7 input files but only 1 was copied. Maybe you have to use 'Delete content of remote directory' feature for deleting remote directory before deploying. [ArtifactDeployer] - Stopping deployment from the post-action... Finished: SUCCESS