由用户 justyman 启动
Running as SYSTEM
构建中 在工作空间 D:\Tools\Jenkins\workspace\callcenter 中
using credential 75629e7a-7d86-4fc9-a5b9-8795e5234a97
> C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> ......
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building callcenter 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (jacoco-initialize) @ callcenter ---
[INFO] argLine set to -javaagent:D:\\software\\mvnRepository\\org\\jacoco\\org.jacoco.agent\\0.8.2\\org.jacoco.agent-0.8.2-runtime.jar=destfile=D:\\Tools\\Jenkins\\workspace\\callcenter\\target\\coverage-reports\\jacoco-unit.exec,includes=**/service/utils/**:**/controller/**
[INFO]......
[INFO] --- jacoco-maven-plugin:0.8.2:report (jacoco-site) @ callcenter ---
[INFO] Loading execution data file D:\Tools\Jenkins\workspace\callcenter\target\coverage-reports\jacoco-unit.exec
[INFO] Analyzed bundle 'callcenter' with 4 classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.226 s
[INFO] Finished at: 2020-08-01T15:49:41+08:00
[INFO] Final Memory: 54M/305M
[INFO] ------------------------------------------------------------------------
....
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ callcenter ---
[INFO] Deleting D:\Tools\Jenkins\workspace\callcenter\target
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (jacoco-initialize) @ callcenter ---
[INFO] argLine set to -javaagent:D:\\software\\mvnRepository\\org\\jacoco\\org.jacoco.agent\\0.8.2\\org.jacoco.agent-0.8.2-runtime.jar=destfile=D:\\Tools\\Jenkins\\workspace\\callcenter\\target\\coverage-reports\\jacoco-unit.exec,includes=**/service/utils/**:**/controller/**
[INFO]
....
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (default-cli) @ callcenter ---
[INFO] Fork Value is true
[java] Warnings generated: 4
[INFO] Done FindBugs Analysis....
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$3; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[FINDBUGS] Searching for all files in D:\Tools\Jenkins\workspace\callcenter\target that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in D:\Tools\Jenkins\workspace\callcenter\target
[FINDBUGS] Successfully parsed file D:\Tools\Jenkins\workspace\callcenter\target\findbugsXml.xml of module callcenter with 4 unique warnings and 0 duplicates.
[WARNING] Attempt to (de-)serialize anonymous class hudson.plugins.analysis.core.HealthAwareReporter$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[FINDBUGS] Computing warning deltas based on reference build #16
......
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] **/target/coverage-reports/jacoco-unit.exec;**/target/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern **/target/coverage-reports/jacoco-unit.exec: 0
[JaCoCo plugin] Saving matched execfiles:
[JaCoCo plugin] Saving matched class directories for class-pattern: **/target/classes:
[JaCoCo plugin] - D:\Tools\Jenkins\workspace\callcenter\target\classes 14 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java:
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions:
[JaCoCo plugin] - D:\Tools\Jenkins\workspace\callcenter\src\main\java 14 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: [**/*.class]
[JaCoCo plugin] exclusions: []
[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]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 0, method: 0, line: 0, branch: 0, instruction: 0
SSH: Connecting from host [DESKTOP-7GNOQPJ]
SSH: Connecting with configuration [SIT_Server] ...
评论