Started by user blaskmir 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 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 3cd400e4ddcc603e1b6c6c4a2dfa3cb5038dd5a7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cd400e4ddcc603e1b6c6c4a2dfa3cb5038dd5a7 > git rev-list edb1c3e581b44c4648491ccc51adb9ec7ecd53e8 # timeout=10 [workspace] $ /bin/sh -xe /opt/apache-tomcat-8.0.32/temp/jenkins7086495140483894081.sh + npm run build-npm-prod > semforms@0.1.3 prebuild-npm-prod /home/developer/.jenkins/jobs/semforms/workspace > npm install npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 115 packages and removed 2 packages in 22.04s > semforms@0.1.3 build-npm-prod /home/developer/.jenkins/jobs/semforms/workspace > npm run build && npm run lib && npm pack > semforms@0.1.3 build /home/developer/.jenkins/jobs/semforms/workspace > browserify ./src/semforms.js -o ./dist/semforms.js > semforms@0.1.3 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/ValidatorFactory.js -> lib/model/ValidatorFactory.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/JsonLdFramingUtils.js -> lib/util/JsonLdFramingUtils.js src/util/JsonLdObjectMap.js -> lib/util/JsonLdObjectMap.js src/util/JsonLdObjectUtils.js -> lib/util/JsonLdObjectUtils.js src/util/Logger.js -> lib/util/Logger.js src/util/MaskMapper.js -> lib/util/MaskMapper.js src/util/Utils.js -> lib/util/Utils.js semforms-0.1.3.tgz Archiving artifacts [ArtifactDeployer] - Starting deployment from the post-action ... [ArtifactDeployer] - All the files have not been deployed. There was 10 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