Skip to content

Instantly share code, notes, and snippets.

View brightzheng100's full-sized avatar

Bright Zheng brightzheng100

View GitHub Profile
Console Output
Started by user Bright Zheng
[EnvInject] - Loading node environment variables.
Building in workspace /var/jenkins_home/workspace/springboot-jersey-swagger
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://192.168.56.118:3000/bright/springboot-jersey-swagger.git # timeout=10
Fetching upstream changes from http://192.168.56.118:3000/bright/springboot-jersey-swagger.git
> git --version # timeout=10
Started by an SCM change
Building in workspace /var/jenkins_home/workspace/springboot-jersey-swagger
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://192.168.56.118:3000/bright/springboot-jersey-swagger.git # timeout=10
Fetching upstream changes from http://192.168.56.118:3000/bright/springboot-jersey-swagger.git
> git --version # timeout=10
using .gitcredentials to set credentials
> git config --local credential.username bright # timeout=10
> git config --local credential.helper store --file=/tmp/git6216967762445272219.credentials # timeout=10