Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Started by GitHub push by kesu0980
  2. Running as SYSTEM
  3. Building in workspace C:\Program Files (x86)\Jenkins\workspace\jenkins-github
  4. using credential 74dd9281-01f0-4e3b-9e6c-88b9539c3c9a
  5. > git.exe rev-parse --is-inside-work-tree # timeout=10
  6. Fetching changes from the remote Git repository
  7. > git.exe config remote.origin.url https://github.sydney.edu.au/SOFT2412-2019S2/Assigment1_Group39.git # timeout=10
  8. Fetching upstream changes from https://github.sydney.edu.au/SOFT2412-2019S2/Assigment1_Group39.git
  9. > git.exe --version # timeout=10
  10. using GIT_ASKPASS to set credentials
  11. > git.exe fetch --tags --progress https://github.sydney.edu.au/SOFT2412-2019S2/Assigment1_Group39.git +refs/heads/*:refs/remotes/origin/*
  12. > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
  13. > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
  14. Checking out Revision 577a180138e8619680e734afc763753ab72d7eff (refs/remotes/origin/master)
  15. > git.exe config core.sparsecheckout # timeout=10
  16. > git.exe checkout -f 577a180138e8619680e734afc763753ab72d7eff
  17. Commit message: "Edit Jenkins output section of the report"
  18. > git.exe rev-list --no-walk c225be56a94509e1fd0d87bb2adfb1b672ca5618 # timeout=10
  19. [Gradle] - Launching build.
  20. [jenkins-github] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\tools\hudson.plugins.gradle.GradleInstallation\gradle_build\bin\gradle.bat"' && exit %%ERRORLEVEL%%"
  21.  
  22. > Task :help
  23.  
  24. Welcome to Gradle 5.6.2.
  25.  
  26. To run a build, run gradle <task> ...
  27.  
  28. To see a list of available tasks, run gradle tasks
  29.  
  30. To see a list of command-line options, run gradle --help
  31.  
  32. To see more detail about a task, run gradle help --task <task>
  33.  
  34. For troubleshooting, visit https://help.gradle.org
  35.  
  36. BUILD SUCCESSFUL in 555ms
  37. 1 actionable task: 1 executed
  38. Build step 'Invoke Gradle script' changed build result to SUCCESS
  39. [JaCoCo plugin] Collecting JaCoCo coverage data...
  40. [JaCoCo plugin] jacoco_reports/test.exec;**/classes;**/src/main/java/Assignment1_Group39; locations are configured
  41. [JaCoCo plugin] Number of found exec files for pattern jacoco_reports/test.exec: 0
  42. [JaCoCo plugin] Saving matched execfiles:
  43. [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes:
  44. [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java/Assignment1_Group39:
  45. [JaCoCo plugin] Source Inclusions: *.java
  46. [JaCoCo plugin] Source Exclusions:
  47. [JaCoCo plugin] - C:\Program Files (x86)\Jenkins\workspace\jenkins-github\src\main\java\Assignment1_Group39 3 files
  48. [JaCoCo plugin] Loading inclusions files..
  49. [JaCoCo plugin] inclusions: []
  50. [JaCoCo plugin] exclusions: []
  51. [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
  52. [JaCoCo plugin] Publishing the results..
  53. [JaCoCo plugin] Loading packages..
  54. [JaCoCo plugin] Done.
  55. [JaCoCo plugin] Overall coverage: class: 100, method: 100, line: 100, branch: 100, instruction: 100
  56. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement