Rafał Lizoń

Results 3 issues of Rafał Lizoń

#179 Small sketch of the solution

Looking for simple flag to prevent removal of topic resource on client side. As lifecycle is not something enough adjustable in this case, small addition to provider will be much...

enhancement

Hey, I have pipeline like that: ``` def call() { pipeline { stages { stage("Tests") { when { expression { false // nested stage "Unit tests" should be skipped due...