jenkins 入门教程(中)
SuccessConsole OutputStarted by user 杨俊明
Building in workspace /Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://yangjunming@bitbucket.org/yangjunming/spring-boot-rest-framework.git # timeout=10
Fetching upstream changes from https://yangjunming@bitbucket.org/yangjunming/spring-boot-rest-framework.git
> git --version # timeout=10
using .gitcredentials to set credentials
> git config --local credential.username yangjunming@huijiame.com # timeout=10
> git config --local credential.helper store --file=/var/folders/sk/2f7knc1518g57382y5s4zxsr0000gn/T/git8289517448278554241.credentials # timeout=10
> git -c core.askpass=true fetch --tags --progress https://yangjunming@bitbucket.org/yangjunming/spring-boot-rest-framework.git +refs/heads/*:refs/remotes/origin/*
> git config --local --remove-section credential # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b9f197e3214a6af98a5b039912cf062997593116 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b9f197e3214a6af98a5b039912cf062997593116
> git rev-list b9f197e3214a6af98a5b039912cf062997593116 # timeout=10
Jenkins Artifactory Plugin version: 2.4.7
Artifactory integration is disabled
$ /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdK/Contents/Home/bin/java -classpath /Users/yjmyzz/app/apache-maven-3.3.3/boot/plexus-classworlds-2.5.2.jar -Dmaven.home=/Users/yjmyzz/app/apache-maven-3.3.3 -Dclassworlds.conf=/Users/yjmyzz/app/apache-maven-3.3.3/bin/m2.conf -Dmaven.multiModuleProjectDirectory=/Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/pom.xml org.codehaus.plexus.classworlds.launcher.Launcher -f pom.xml clean package -Dmaven.test.skip=true
Scanning for projects...
------------------------------------------------------------------------
Building spring-boot-rest-framework 1.0.0
------------------------------------------------------------------------
--- maven-clean-plugin:2.5:clean (default-clean) @ spring-boot-rest-framework ---
Deleting /Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/target
--- maven-resources-plugin:2.6:resources (default-resources) @ spring-boot-rest-framework ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 1 resource
Copying 2 resources
--- maven-compiler-plugin:3.1:compile (default-compile) @ spring-boot-rest-framework ---
Changes detected - recompiling the module!
Compiling 20 source files to /Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/target/classes
/Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/src/main/java/spring/boot/rest/common/aop/ServiceMonitor.java: /Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/src/main/java/spring/boot/rest/common/aop/ServiceMonitor.java uses unchecked or unsafe operations.
/Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/src/main/java/spring/boot/rest/common/aop/ServiceMonitor.java: Recompile with -Xlint:unchecked for details.
--- maven-resources-plugin:2.6:testResources (default-testResources) @ spring-boot-rest-framework ---
Not copying test resources
--- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ spring-boot-rest-framework ---
Not compiling test sources
--- maven-surefire-plugin:2.18.1:test (default-test) @ spring-boot-rest-framework ---
Tests are skipped.
--- maven-jar-plugin:2.5:jar (default-jar) @ spring-boot-rest-framework ---
Building jar: /Users/yjmyzz/.jenkins/workspace/spring-boot-rest-framework/target/spring-boot-rest-framework-1.0.0.jar
--- spring-boot-maven-plugin:1.3.0.RELEASE:repackage (default) @ spring-boot-rest-framework ---
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 4.234 s
Finished at: 2016-01-18T23:41:28+08:00
Final Memory: 30M/273M
------------------------------------------------------------------------
Build step 'Invoke Maven 3' changed build result to SUCCES
Finished: SUCCESS
页:
[1]