Console Output
Loading library psikon-jenkins-mailer@master
Attempting to resolve master from remote references...
> git --version # timeout=10
> git ls-remote https://github.com/psikon-org/psikon-jenkins-mailer.git # timeout=10
Found match: refs/heads/master revision e99d6d0806de9a5ee8abe88526bed2db11436e0b
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/psikon-org/psikon-jenkins-mailer.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/psikon-org/psikon-jenkins-mailer.git
> git --version # timeout=10
> git fetch --no-tags --progress https://github.com/psikon-org/psikon-jenkins-mailer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision e99d6d0806de9a5ee8abe88526bed2db11436e0b (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e99d6d0806de9a5ee8abe88526bed2db11436e0b # timeout=10
Commit message: "fix typo"
> git rev-list --no-walk e99d6d0806de9a5ee8abe88526bed2db11436e0b # timeout=10