Skip to content

Commit

Permalink
Update Agent ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolman-Freecss committed Oct 7, 2024
1 parent fdc441b commit a49e8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local/main/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'''<?xml version='1.1' encoding='UTF-8'?>
<com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey>
<scope>GLOBAL</scope>
Expand Down

0 comments on commit a49e8c7

Please sign in to comment.