Console Output
Started by remote host 104.192.143.193
Building in workspace /var/lib/jenkins/jobs/raspoid/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@bitbucket.org:julien0305/tfe_dev.git # timeout=10
Fetching upstream changes from git@bitbucket.org:julien0305/tfe_dev.git
> git --version # timeout=10
using GIT_SSH to set credentials
> git -c core.askpass=true fetch --tags --progress git@bitbucket.org:julien0305/tfe_dev.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 535a1a200d38e3788e0284baade2e8c66e1c3a8c (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 535a1a200d38e3788e0284baade2e8c66e1c3a8c
> git rev-list 1b7f590bac3c81579c93d9a705d6f0041a0b7f02 # timeout=10
[Gradle] - Launching build.
[brickpi_java_api] $ /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/gradlew -s build
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar UP-TO-DATE
:assemble UP-TO-DATE
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:check UP-TO-DATE
:build UP-TO-DATE
BUILD SUCCESSFUL
Total time: 24.286 secs
Build step 'Invoke Gradle script' changed build result to SUCCESS
Finished: SUCCESS