Skip to content

Instantly share code, notes, and snippets.

@jeremyquinton
Created May 11, 2014 09:37
Show Gist options
  • Save jeremyquinton/c19ebbe4889977d170c6 to your computer and use it in GitHub Desktop.
Save jeremyquinton/c19ebbe4889977d170c6 to your computer and use it in GitHub Desktop.
Building remotely on slave_node1 in workspace /mnt/jenkins/workspace/OPG_CORE_BACK_END_TESTS_CORRESPONDENCE
> git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:ministryofjustice/opg-core-back-end.git
Fetching upstream changes from git@github.com:ministryofjustice/opg-core-back-end.git
> git --version
> git fetch --tags --progress git@github.com:ministryofjustice/opg-core-back-end.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit}
Checking out Revision a9ff8b4687d0f8689cdafeb36eed11b05fbff0b7 (origin/master)
> git config core.sparsecheckout
> git checkout -f a9ff8b4687d0f8689cdafeb36eed11b05fbff0b7
> git rev-list a9ff8b4687d0f8689cdafeb36eed11b05fbff0b7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment