Skip to content

Instantly share code, notes, and snippets.

@sergtimosh
Created August 14, 2018 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergtimosh/6a0f6098c5a81eea0eba33fc28e64c0b to your computer and use it in GitHub Desktop.
Save sergtimosh/6a0f6098c5a81eea0eba33fc28e64c0b to your computer and use it in GitHub Desktop.
Log from Jenkins Build process for sandbox
Started by user serhiy tymoshenko
Building in workspace /Users/timtom/.jenkins/workspace/sandbox
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/sergtimosh/JavaForQA # timeout=10
Fetching upstream changes from https://github.com/sergtimosh/JavaForQA
> git --version # timeout=10
> git fetch --tags --progress https://github.com/sergtimosh/JavaForQA +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 632bdc706a3a832843d86472d28659d6e47aaa99 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 632bdc706a3a832843d86472d28659d6e47aaa99
Commit message: "Task(#20) tests were fixed and moved to rest-sample project"
> git rev-list --no-walk 632bdc706a3a832843d86472d28659d6e47aaa99 # timeout=10
[Gradle] - Launching build.
[sandbox] $ /usr/local/Cellar/gradle/4.8/bin/gradle clean test
> Task :clean
> Task :compileJava
> Task :processResources NO-SOURCE
> Task :classes
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
BUILD SUCCESSFUL in 0s
4 actionable tasks: 4 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment