Sam Gleske

Results 397 comments of Sam Gleske

Yeah, currently the work around is to have multiple copies of gitlab-mirrors. I'd say it's an easy enough feature that I can add that :)

It's not python, it's all bash. The only python bits are to interact with the GitLab API.

I work on the project whenever in my spare time.

That is to say I don't want to commit to a timeline. But I will definitely get around to create it even if you don't submit a PR. Feel free...

I found that if you add the class you want to `@Mock` with `org.mockito.Mock` to the `PrepareForTest` annotation it works just fine. e.g. ``` java package org.jenkinsci.plugins; import jenkins.model.Jenkins; import...

Hi @willis7 I meant to reply but forgot. In general, I package a binary package of a Jenkins server with plugins and publish it somewhere (GitHub releases, artifactory, Nexus, whatever...

Okay that was not clear to me. Ca

Okay that was not clear to me. Can you elaborate which docker plugin script? There are two. I’ve used these scripts to configure 40 docker clouds in one go so...