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 590d7f7f21ed0a34baefd31a19ebb610760e9d0d (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 590d7f7f21ed0a34baefd31a19ebb610760e9d0d # timeout=10
Commit message: "fix conflicts"
 > git rev-list --no-walk 2cb5e54c26897488566feeb22b586068db97d69d # 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 22s
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