Skip to content
Success

Console Output

Started by GitHub push by BerndiVader
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/StreamServer
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/BerndiVader/StreamServer.git
 > git init /var/lib/jenkins/workspace/StreamServer # timeout=10
Fetching upstream changes from https://github.com/BerndiVader/StreamServer.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://github.com/BerndiVader/StreamServer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/BerndiVader/StreamServer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision a25f33e71db747c369d305e9a33fc4d3154e2a7f (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a25f33e71db747c369d305e9a33fc4d3154e2a7f # timeout=10
Commit message: "Merge pull request #1 from BerndiVader/master"
 > git rev-list --no-walk 485511fefa46dc859ad32b35ecd9f531e6c02d3a # timeout=10
[Gradle] - Launching build.
[StreamServer] $ gradle build
Starting a Gradle Daemon (subsequent builds will be faster)
:compileJavawarning: Supported source version 'RELEASE_8' from annotation processor 'com.austinv11.servicer.ServicerProcessor' less than -source '11'
1 warning

:processResources
:classes
:jar
:startScripts
:distTar
:distZip
:assemble
:compileTestJava NO-SOURCE
:processTestResources NO-SOURCE
:testClasses UP-TO-DATE
:test NO-SOURCE
:check UP-TO-DATE
:build

BUILD SUCCESSFUL in 33s
6 actionable tasks: 6 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS