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.39.5'
> 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 cb3e30b460a5471584dc3cf2c3e313cbda464d26 (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f cb3e30b460a5471584dc3cf2c3e313cbda464d26 # timeout=10
Commit message: "fix: update download link in README to point to the correct Jenkins job URL"
> git rev-list --no-walk f0d9a46e3959bd7d685e467584958906e760dd2f # timeout=10
[Gradle] - Launching build.
[StreamServer] $ /usr/local/sdkman/candidates/gradle/8.7/bin/gradle build --scan -s
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
For more details see https://docs.gradle.org/8.7/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
> Task :compileJava
> Task :processResources
> Task :classes
> Task :jar
> Task :startScripts
> Task :distTar
> Task :distZip
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build
BUILD SUCCESSFUL in 38s
6 actionable tasks: 6 executed
Publishing build scan...
https://gradle.com/s/sscz7jal2e4z6
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