Console Output
Started by user Ricardo Memoria (admin)
Building in workspace C:\apps\jenkins\workspace\eTBM 3 (master)
Cloning the remote Git repository
Cloning repository https://rmemoria@bitbucket.org/rmemoria/etbmanager.git
> git.exe init C:\apps\jenkins\workspace\eTBM 3 (master) # timeout=10
Fetching upstream changes from https://rmemoria@bitbucket.org/rmemoria/etbmanager.git
> git.exe --version # timeout=10
using .gitcredentials to set credentials
> git.exe config --local credential.username rmemoria # timeout=10
> git.exe config --local credential.helper store --file=\"C:\Windows\TEMP\git7056986026980842396.credentials\" # timeout=10
> git.exe -c core.askpass=true fetch --tags --progress https://rmemoria@bitbucket.org/rmemoria/etbmanager.git +refs/heads/*:refs/remotes/origin/*
> git.exe config --local --remove-section credential # timeout=10
> git.exe config remote.origin.url https://rmemoria@bitbucket.org/rmemoria/etbmanager.git # timeout=10
> git.exe config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git.exe config remote.origin.url https://rmemoria@bitbucket.org/rmemoria/etbmanager.git # timeout=10
Fetching upstream changes from https://rmemoria@bitbucket.org/rmemoria/etbmanager.git
using .gitcredentials to set credentials
> git.exe config --local credential.username rmemoria # timeout=10
> git.exe config --local credential.helper store --file=\"C:\Windows\TEMP\git6003818658211841860.credentials\" # timeout=10
> git.exe -c core.askpass=true fetch --tags --progress https://rmemoria@bitbucket.org/rmemoria/etbmanager.git +refs/heads/*:refs/remotes/origin/*
> git.exe config --local --remove-section credential # timeout=10
> git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
> git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision f4ea33745e6dabe21e9507c42e6f36df13c8bb2d (refs/remotes/origin/master)
> git.exe config core.sparsecheckout # timeout=10
> git.exe checkout -f f4ea33745e6dabe21e9507c42e6f36df13c8bb2d
First time build. Skipping changelog.
[eTBM 3 (master)] $ cmd.exe /C "C:\apps\apache-maven-3.3.9\bin\mvn.cmd clean package && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building eTB Manager version 2.9.1 2.9.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ etbmanager ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ etbmanager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ etbmanager ---
[INFO] Storing buildNumber: 1 at timestamp: 1464239656399
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\apps\jenkins\workspace\eTBM 3 (master)
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ etbmanager ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- frontend-maven-plugin:0.0.27:install-node-and-npm (Install node and npm) @ etbmanager ---
[INFO] Found proxies: []
[INFO] Installing node version v5.2.0
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] Installed node.exe locally.
[INFO] Installing npm version 3.3.12
[INFO] Downloading NPM from http://registry.npmjs.org/npm/-/npm-3.3.12.tgz to C:\apps\jenkins\workspace\eTBM 3 (master)\npm.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] Extracting NPM files in node/
[INFO] Unpacking C:\apps\jenkins\workspace\eTBM 3 (master)\npm.tar.gz into C:\apps\jenkins\workspace\eTBM 3 (master)/node/node_modules
[INFO] Installed NPM locally.
[INFO]
[INFO] --- frontend-maven-plugin:0.0.27:npm (npm install) @ etbmanager ---
[INFO] Found proxies: []
[INFO] Running 'npm install --color=false' in C:\apps\jenkins\workspace\eTBM 3 (master)
[ERROR] npm WARN deprecated css-list@0.1.3: Deprecated.
[ERROR] npm WARN deprecated node-properties-parser@0.0.2: Please use properties-parser instead.
[ERROR] npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
[ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
[ERROR] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Build was aborted
Aborted by Ricardo Memoria (admin)
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: ABORTED