ben-g-
Results
2
issues of
ben-g-
The [documentation of the `rebot()` function](https://robot-framework.readthedocs.io/en/latest/autodoc/robot.html#robot.rebot.rebot) says nothing about what it returns. The return value of the `run()` function, in contrast, is documented... > A return code is returned similarly...
The variable 'build' here is a jenkinsapi.build.Build object. Here's what I get when I call build.get_actions(): ``` >>> build.get_actions() {'failCount': 0, 'totalCount': 0, 'skipCount': 0, 'parameters': [{'name': 'DESCRIPTION_SETTER_DESCRIPTION', 'value': 'sandbox'}],...
bug