Pavel Kahle
Pavel Kahle
Hello, I trying to use Your plugin to test jobDsl including folder creation. To simulate my issue I've extended [example](https://github.com/mkobit/jenkins-pipeline-shared-library-example): I've added dependency to : ``` pluginDependencies { ... dependency("org.jenkins-ci.plugins",...
Hello, this PR implements the possibility to round y values in a bar chart. It is useful when values contain a lot of decimal places that are not important for...
Expected Behavior ============================== The tested script correctly handles fields annotated @Field in all methods Actual Behavior ============================== Methods access the wrong instance of the field Steps to Reproduce ============================== define...
Desired Behavior ============================== I have simple class method wich I want to test : ``` static def getAllProperties(script,configDir,appId ) { def envProperties = script.readProperties file: "${configDir}/env.properties" def props = script.readProperties...
I'm looking for possibility to define criteria for pass/fail of response time during load tests. For example max response time. I didn't find it mentioned in documentation and it looks...