Gleb Samsonov

Results 6 comments of Gleb Samsonov

Version was the latest one 737.vdf9dc06105be, but as I remember we had similar issues previously as well... Also I was not able to reproduce it on the test instance, it...

> Overall though, I feel the better fix would be to (1) abort the branch build as soon as Jenkins finds that there is a PR from that branch as...

> Overall though, I feel the better fix would be to (1) abort the branch build as soon as Jenkins finds that there is a PR from that branch as...

@lifeofguenter could you please look, maybe you will have better ideas. Basically this is to address the following situation, when we get bitbucket api info, run calls for changes api...

I've found something similar [here](https://github.com/ExpediaGroup/jenkins-spock) For my use cases it was implemented in test base class like that: ``` @Shared def jenkinsMockInstance = Mockito.mock(Jenkins.class) void setupSpec() { Jenkins.HOLDER = new...

I described here a use case when we wanted to have multiple versions treated as a single version object, is is something that might be possible with more loose versioning?...