From a49e8c73c93034bdc95b23ec5679ce0ec70d0a2a Mon Sep 17 00:00:00 2001 From: Kolman-Freecss Date: Tue, 8 Oct 2024 01:10:58 +0200 Subject: [PATCH] Update Agent ID --- src/local/main/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/local/main/services.py b/src/local/main/services.py index 5d0daec..709dc84 100644 --- a/src/local/main/services.py +++ b/src/local/main/services.py @@ -69,7 +69,7 @@ def build_ssh_credentials(force: bool = False) -> any: """ private_key = get_ssh(force) - id_value = f"{config_module.config.get(config_module.ConfigKeys.JENKINS_CREDENTIALS_ID)}-ssh" + id_value = f"{config_module.config.get(config_module.ConfigKeys.AGENT_CREDENTIALS_SSH)}" credentials = f''' GLOBAL