Generate new Node by following the steps below.
- Go to [Manage Jenkins] > [Nodes] and click [New Node] to generate new node.
- Enter the root directory in the [Remote root directory] based on the server with CT 2024.12 to save connection information.
- Select the desired connection method in the [Launch method].
- If the [Launch agent by connecting it to the controller] option is selected,
- If the [Launch agents via SSH] option is selected,
- Enter the IP address of the server with CT 2024.12.
- Select credential created with [SSH Username with private key] kind in the [Credentials].
- For instructions on SSH credential settings, refer to the Jenkins documentation. (Generating an SSH key pair)
- If the connection is still not working despite no apparent issues, regenerate SSH key with ED25519 type instead of RSA type and try again.
- If you are using [Known hosts file Verification Strategy], go to
C:\Users\[user]\.ssh\known_hosts
and check if your agent node is listed.
- If the agent is successfully connected, create project and check the [Restrict where this project can be run] checkbox in the [General] section and select generated node.
Need more help with this?
Don’t hesitate to contact us here.