Michael "M3" Lasevich

Results 32 comments of Michael "M3" Lasevich

@corporate-gadfly I tested, and sure enough, your version seems to work. Upon comparing our setups I traced it down to version of `org.jenkins-ci.jpi` plugin. You had 0.39.0 and I had...

interestingly enough, if I use classpath loader and plain Spock like this: ``` import spock.lang.Specification class testStepSpec extends Specification{ def "call Test"(){ given: def step = new testStep() step.echo =...

Feel like I am talking to myself here, but I did find a solution that seems to split the difference and seems to work. Basically, do not use `loadPipelineScriptForTest` for...

Oh, sounds like you do not have `vars` added as a directory containing sources - here is a basic gradle example configuring both the sources and tests (I like to...

You should be able to do same thing in Maven TBH - just need to look up how to add a source dir (quick google says do this:) ``` src/,...

I went ahead and tried to create a clean-ish reference version with Gradle and CPS support here: [mlasevich/jenkins-pipeline-library-reference](https://github.com/mlasevich/jenkins-pipeline-library-reference)

Thanks for the merge, @rubenmoral! Not to push things, but any chance we can see this as part of a 1.2.2 release on maven any time soon?  :-)

Yeah, seems that entire monitoring plugin is completely useless outside the output plugins. (and even that seems to be an afterthought, added later) - not really sure why it was...

> @mlasevich Just came by accidentaly looking for something else, but I belive you can somehow utilize the "invert" option and some impossible pattern to rewrite the tag of all...

There are two easy ways to accomplish this in PyRSMQ - there is `options` parameter that will pass anything you want to the Redis client constructor, but easier way is,...