Christoph Kulla

Results 2 issues of Christoph Kulla

## [JENKINS-71506] Support custom refspec in lightweight checkout Let user specify a custom refspec to fetch. Add support for branch names FETCH_HEAD or a commit hash. This allows to use...

enhancement
tests

I wanted to run a Gerrit with a context path, like `https:///gerrit` instead of `https://`. Therefore I added these entries to the gerrit.config: ``` [httpd] listenUrl = proxy-http://*:8080/gerrit [gerrit] canonicalWebUrl...