diff --git a/jenkins_pipelines/scripts/test_environment_cleaner/test_environment_cleaner_program/test_environment_cleaner_ssh.py b/jenkins_pipelines/scripts/test_environment_cleaner/test_environment_cleaner_program/test_environment_cleaner_ssh.py index 83022d458..777181836 100644 --- a/jenkins_pipelines/scripts/test_environment_cleaner/test_environment_cleaner_program/test_environment_cleaner_ssh.py +++ b/jenkins_pipelines/scripts/test_environment_cleaner/test_environment_cleaner_program/test_environment_cleaner_ssh.py @@ -9,7 +9,7 @@ class SSHClientManager: def __init__(self, url, username="root", password="linux", port=22): - self.url = self.extract_ip_from_url(url) + self.url = url self.username = username self.password = password self.port = port