Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.domain.local/jenkins-ci-test/pythonsampleapplication.git > git init /home/jenkins/workspace/honsampleapplication_master-KYK26VBCLHGUJUXU6ATTR43PM64CSZD33VYRQQNHXF73OROKQTWA # timeout=10 Fetching upstream changes from https://github.domain.local/jenkins-ci-test/pythonsampleapplication.git > git --version # timeout=10 > git fetch --no-tags --progress https://github.domain.local/jenkins-ci-test/pythonsampleapplication.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.domain.local/jenkins-ci-test/pythonsampleapplication.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.domain.local/jenkins-ci-test/pythonsampleapplication.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.domain.local/jenkins-ci-test/pythonsampleapplication.git > git fetch --no-tags --progress https://github.domain.local/jenkins-ci-test/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.