Skip to content
Success

Console Output

Started by user Mike Dawson
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace /home/jenkins/.jenkins/workspace/TestServerController
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/.jenkins/workspace/TestServerController/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/UstadMobile/TestServerController.git # timeout=10
Fetching upstream changes from https://github.com/UstadMobile/TestServerController.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/UstadMobile/TestServerController.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision c0cfdccd5baa7b1a9f8f452b1f06d2bde3b182ac (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c0cfdccd5baa7b1a9f8f452b1f06d2bde3b182ac # timeout=10
Commit message: "Remove shutdown url logic for servers started: not needed when tests can make their own http calls."
 > git rev-list --no-walk c0cfdccd5baa7b1a9f8f452b1f06d2bde3b182ac # timeout=10
[Gradle] - Launching build.
[TestServerController] $ /home/jenkins/.jenkins/workspace/TestServerController/gradlew clean build
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :processResources
> Task :processTestResources NO-SOURCE
> Task :compileKotlin
> Task :compileJava NO-SOURCE
> Task :classes
> Task :jar
> Task :startScripts
> Task :distTar
> Task :distZip
> Task :shadowJar
> Task :startShadowScripts
> Task :shadowDistTar
> Task :shadowDistZip
> Task :assemble
> Task :compileTestKotlin NO-SOURCE
> Task :compileTestJava NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build

BUILD SUCCESSFUL in 8s
11 actionable tasks: 11 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS