Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.bprieshof.nl/brammp/AlpinePackages.git
> git init /home/jenkins/workspace/brammp-AlpinePackages-Test/AlpinePackages # timeout=10
Fetching upstream changes from https://git.bprieshof.nl/brammp/AlpinePackages.git
> git --version # timeout=10
> git --version # 'git version 2.52.0'
> git fetch --tags --force --progress -- https://git.bprieshof.nl/brammp/AlpinePackages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://git.bprieshof.nl/brammp/AlpinePackages.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e3749c79518d0448c8b260674c1c7a0d7b68952c (refs/remotes/origin/dev)
Commit message: "Bumped minisatip version to 2.0.71 * Build system was changed to cmake"
First time build. Skipping changelog.
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f e3749c79518d0448c8b260674c1c7a0d7b68952c # timeout=10