Skip to content

Instantly share code, notes, and snippets.

@samtsai15
samtsai15 / gist:2c7589157d3769d03b56e12d732fa84d
Created September 2, 2017 20:26
maven-project Console Output
Console Output
由使用者 admin 啟動
建置中 工作區 /Users/Shared/Jenkins/Home/workspace/maven-project
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/jleetutorial/maven-project.git # timeout=10
Fetching upstream changes from https://github.com/jleetutorial/maven-project.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/jleetutorial/maven-project.git +refs/heads/*:refs/remotes/origin/*