Generate new Node by following the steps below.

  1. Go to [Manage Jenkins] > [Nodes] and click [New Node] to generate new node.
  2. Enter the root directory in the [Remote root directory] based on the server with CT 2024.12 to save connection information.
  3. Select the desired connection method in the [Launch method].
    • If the [Launch agent by connecting it to the controller] option is selected,
      1. Ented the desired Jenkins workspace based on the server with CT 2024.12 in the [Custom WorkDir path].
      2. Check the [Use WebSocket] checkbox and save all.
      3. Go to [Manage Jenkins] > [Nodes] > [Name of your node] and run the [Run from agent command line: (Windows)] command from the server with CT 2024.12.
    • If the [Launch agents via SSH] option is selected,
      1. Enter the IP address of the server with CT 2024.12.
      2. 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.
  4. 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.

Thanks for your feedback.