Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
Cloning the remote Git repository
Cloning repository https://github.com/DrPersico/juntete.git
 > git init /var/jenkins_home/workspace/juntete-deploy@2 # timeout=10
Fetching upstream changes from https://github.com/DrPersico/juntete.git
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
using GIT_ASKPASS to set credentials Github
 > git fetch --tags --force --progress -- https://github.com/DrPersico/juntete.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/DrPersico/juntete.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision f7beff519d4a48e2891a166b568724c58f0e36b5 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7beff519d4a48e2891a166b568724c58f0e36b5 # timeout=10
Commit message: "Fix syntax error in JoinClient.tsx - remove duplicate catch block"
 > git rev-list --no-walk f7beff519d4a48e2891a166b568724c58f0e36b5 # timeout=10