We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc0d058 + d142c1e commit 55d4b45Copy full SHA for 55d4b45
1 file changed
cloudbees/provider.py
@@ -15,7 +15,8 @@ def __init__(self, api_key="", rox_options=None, timeout=None):
15
16
if rox_options is None:
17
rox_options = RoxOptions()
18
- Rox.setup(api_key, rox_options).result(timeout)
+
19
+ self.setup_result = Rox.setup(api_key, rox_options).result(timeout)
20
21
def get_metadata(self) -> Metadata:
22
return Metadata("Cloudbees")
0 commit comments