Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.domain.local:sample-applications/pythonsampleapplication.git > git init /home/jenkins/workspace/honsampleapplication_master-2GM4OCCKA4JSOYPYE27OIA2FL5AKBI4O5IZ7BRJVLN4MFPFMVD5Q # timeout=10 Fetching upstream changes from git@github.domain.local:sample-applications/pythonsampleapplication.git > git --version # timeout=10 using GIT_SSH to set credentials [GITHUB-USER] SSH Credentials > git fetch --no-tags --progress git@github.domain.local:sample-applications/pythonsampleapplication.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url git@github.domain.local:sample-applications/pythonsampleapplication.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.domain.local:sample-applications/pythonsampleapplication.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.domain.local:sample-applications/pythonsampleapplication.git using GIT_SSH to set credentials [GITHUB-USER] SSH Credentials > git fetch --no-tags --progress git@github.domain.local:sample-applications/pythonsampleapplication.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 166cebf3098ab63688321f9c011ea0f5b509b361 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 166cebf3098ab63688321f9c011ea0f5b509b361 Commit message: "Update Jenkinsfile" First time build. Skipping changelog.