Started by user Peter W. Draper Running as SYSTEM Building in workspace /cosma/home/jenkins/.jenkins/jobs/github test/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /cosma/home/jenkins/.jenkins/jobs/github test/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/pwdraper/dateutils.git # timeout=10 Fetching upstream changes from https://github.com/pwdraper/dateutils.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' Setting http proxy: 172.17.170.12:8888 > git fetch --tags --progress https://github.com/pwdraper/dateutils.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision adb191cc96d8e8fc66be98ee9659e20171aaf868 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f adb191cc96d8e8fc66be98ee9659e20171aaf868 # timeout=10 Commit message: "First commit to github" > git rev-list --no-walk adb191cc96d8e8fc66be98ee9659e20171aaf868 # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins2890012019888094614.sh + git clone https://bitbucket.org/richings/chimes/src/master/ Cloning into 'master'... + git status # HEAD detached at adb191c # Untracked files: # (use "git add <file>..." to include in what will be committed) # # master/ nothing added to commit but untracked files present (use "git add" to track) + git log commit adb191cc96d8e8fc66be98ee9659e20171aaf868 Author: Peter W. Draper <p.w.draper@durham.ac.uk> Date: Tue Mar 1 15:03:45 2022 +0000 First commit to github commit 01101e90d5649358ba31c41b7deac4c4112b057d Author: Peter W. Draper <p.w.draper@durham.ac.uk> Date: Tue Mar 1 14:54:44 2022 +0000 Initial commit Finished: SUCCESS