Skip to content

Console Output

Cloning the remote Git repository
Cloning repository https://github.com/charliegracie/omr.git
 > git init c:\jenkins\workspace\Test_Windows # timeout=10
Fetching upstream changes from https://github.com/charliegracie/omr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/charliegracie/omr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/charliegracie/omr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/charliegracie/omr.git # timeout=10
Fetching upstream changes from https://github.com/charliegracie/omr.git
 > git fetch --tags --progress https://github.com/charliegracie/omr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/win_ci^{commit}" # timeout=10
Checking out Revision a11f8c307d4cb9cfc423b0b01bc90f100f8ff1e3 (origin/win_ci)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a11f8c307d4cb9cfc423b0b01bc90f100f8ff1e3
Commit message: "Add another location to look for the DiaSDK"
 > git rev-list --no-walk a11f8c307d4cb9cfc423b0b01bc90f100f8ff1e3 # timeout=10