Skip to content

Instantly share code, notes, and snippets.

@stanleyhlng
Created January 6, 2017 18:09
Show Gist options
  • Select an option

  • Save stanleyhlng/bc018df3080d3d19126cda05b54899a0 to your computer and use it in GitHub Desktop.

Select an option

Save stanleyhlng/bc018df3080d3d19126cda05b54899a0 to your computer and use it in GitHub Desktop.
{
"id": 1,
"environment": {},
"eventId": 1,
"jobId": 1,
"number": 1483653820676,
"container": "buildpack-deps",
"cause": "Started by user stanleyhlng",
"sha": "d3e8691d7082e00c36405326427b37bb2c6daa97",
"commit": {
"author": {
"avatar": "https://avatars.githubusercontent.com/u/51471?v=3",
"name": "Stanley Ng",
"username": "stanleyhlng",
"url": "https://github.com/stanleyhlng"
},
"message": "Initial commit",
"url": "https://github.com/stanleyhlng/quickstart-generic/commit/d3e8691d7082e00c36405326427b37bb2c6daa97"
},
"createTime": "2017-01-05T22:03:40.676Z",
"endTime": "2017-01-05T22:03:45.124Z",
"meta": {},
"steps": [
{
"name": "sd-setup-launcher"
},
{
"name": "sd-setup-sd-scm",
"command": "echo Cloning github.com/stanleyhlng/quickstart-generic, on branch master && export SCM_URL=github.com/stanleyhlng/quickstart-generic && if [ ! -z $SCM_USERNAME ] && [ ! -z $SCM_ACCESS_TOKEN ]; then SCM_URL=\"$SCM_USERNAME:$SCM_ACCESS_TOKEN@$SCM_URL\"; fi && git clone --quiet --progress --branch master https://$SCM_URL $SD_SOURCE_DIR && git reset --hard d3e8691d7082e00c36405326427b37bb2c6daa97 && echo Reset to d3e8691d7082e00c36405326427b37bb2c6daa97 && echo Setting user name and user email && git config user.name sd-buildbot && git config user.email [email protected]"
},
{
"name": "hello",
"command": "echo hi world"
}
],
"status": "FAILURE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment