Skip to content
Success

Console Output

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 c867d6f765fd90e105307908194f3765efcd625b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c867d6f765fd90e105307908194f3765efcd625b
 > git rev-list 5f0a39844af67c0b2c39323e0caf3794bf075665 # timeout=10
[workspace] $ /bin/sh -xe /opt/apache-tomcat-8.0.32/temp/jenkins3789460318812360328.sh
+ npm run build-npm-prod

> semforms@0.1.2 prebuild-npm-prod /home/developer/.jenkins/jobs/semforms/workspace
> npm install

semforms@0.1.2 /home/developer/.jenkins/jobs/semforms/workspace
└── tsort@0.0.1 

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1

> semforms@0.1.2 build-npm-prod /home/developer/.jenkins/jobs/semforms/workspace
> npm run build && npm run lib && npm pack


> semforms@0.1.2 build /home/developer/.jenkins/jobs/semforms/workspace
> browserify ./src/semforms.js -o ./dist/semforms.js


> semforms@0.1.2 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/JsonLdObjectUtils.js -> lib/util/JsonLdObjectUtils.js
src/util/JsonObjectMap.js -> lib/util/JsonObjectMap.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.2.tgz
Archiving artifacts
[ArtifactDeployer] - Starting deployment from the post-action ...
[ArtifactDeployer] - All the files have not been deployed. There was 9 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