Created
August 14, 2018 11:38
-
-
Save sergtimosh/6a0f6098c5a81eea0eba33fc28e64c0b to your computer and use it in GitHub Desktop.
Log from Jenkins Build process for sandbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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