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
Avoid second fetch
Checking out Revision aa1cea2a72d22dcad690f5b9f479f34f28859b46 (refs/remotes/origin/dev)
Commit message: "Minisatip: Fixed build on armhf/v7"
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f aa1cea2a72d22dcad690f5b9f479f34f28859b46 # timeout=10