Sean Fisk

Results 10 comments of Sean Fisk

I found this issue itself through the link generated from @SirWindfield's comment above 😁 My company has some Rust shared libraries hosted on a private Git server. I set up...

OK, so it sounds like it would be pretty difficult and possibly in conflict with typical use of the tool. A couple other things I noticed that would make it...

@AnselmD Possibly, but I think that if this feature was implemented, it should be implemented internally rather than externally.

I was able to get both @gothrek22's and @coachnate's solutions working. The regex solution is preferable when you want to see _all_ of the branches for a multi-branch pipeline, whereas...

Personally, I'd rather not have this. I've never liked the fact that RVM hijacks cd and I'm not sure there is any other way to do it.

@jrfnl To be clear, this pull request is less about pushing root-relative URLs into this theme than bringing the theme up to speed with what Jekyll currently does. Jekyll's addition...

No worries, @aron-bordin! Believe me, I understand being busy 😉 Feel free to edit my commits as you desire! I can try to fix issues including some of those mentioned...

Hm, good question. I think there is definitely a trade-off here: - Use of SCM functionality is not necessary for my use case, and also complicates inclusion into a project...

> I definitely think including a another repository, submodules, or separate repository, is too much overhead. Agreed! > I haven't been a Jenkins user for a while, so I'm trying...

Thanks, guys. For now we are just using vanilla [JenkinsPipelineUnit](https://github.com/jenkinsci/JenkinsPipelineUnit), but if an easier-to-maintain solution pops up here, we may consider it.