We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569c47f commit 10022d6Copy full SHA for 10022d6
jenkinsapi/node.py
@@ -379,7 +379,7 @@ def load_config(self) -> None:
379
self._config = self.get_config()
380
self._get_config_element_tree()
381
382
- def upload_config(self, config_xml: str) -> None:
+ def upload_config(self, config_xml: Union[str, bytes]) -> None:
383
"""
384
Uploads config_xml to the config.xml for the node.
385
0 commit comments