15740
. In this case, you can only access Jenkins from the build node machine through localhost or 127.0.0.1. The specific access address is <http://localhost:15740>
.cat ~/.coding/cci-agent.yml
to see the port (publicPort).up
command to launch the program and add the --jserver 0.0.0.0
parameter. At the same time, you can use --jport
to specify the listening port. Assuming the build node IP address is NODE_IP
and the listening port is PORT
, the access address will be <http://NODE_IP:PORT>
.coding
and 11bf48c0403ec88231b530b5f98a113cad
. You can run the ./cci-agent up -h command.
WorkSpace
, which is cleared after the build is completed. Files produced outside of the workspace during the build process are retained (such as files in the global cache for maven, npm, and other artifact repositories).
~/.config
) and a port number (default: 15740) when registering a node. To re-register a node, manually specify a non-conflicting config directory and port number.~/.coding2
and port 15741
to re-register a node../cci-agent init --config ~/.coding2 --pt <project token password>
./cci-agent up --config ~/.coding2 --jport 15741
yum install fontconfig
Location | Build Record Error Prompt | Handling Method |
Build plan configuration | - | Deleted build node pools will not appear in the build plan node pool configuration. |
Configured build plan | The configuration page indicates that the build node pool has been deleted. | A build node pool configured in the build plan has been deleted. |
Trigger build task | The build node pool my\\-pool configured for this build plan has been deleted. Please reconfigure. | The build task can be triggered, but it will immediately fail. |
In queue, initializing, preparing build, building | The build node pool my\\-pool configured for this build plan has been deleted. Please reconfigure. | Build tasks in these statuses will fail immediately. |
Location | Build Record Error Prompt | Handling Method |
Build tasks in queue | - | Unaffected, the build tasks in the queue have not been assigned specific build nodes and will remain in the queue until a valid build node is found. |
Initializing, preparing build, building | Build node xxx offline | Build tasks in these statuses will fail immediately. |
Location | Build Record Error Prompt | Handling Method |
Build tasks in queue | - | Unaffected, the build tasks in the queue have not been assigned specific build nodes and will remain in the queue until a valid build node is found. |
Initializing, preparing build, building | Build node xxx offline | Build tasks in these statuses will fail immediately. |
Location | Build Record Error Prompt | Handling Method |
Build plan configuration | - | Because the build plan is not directly associated with build nodes, this does not affect the build plan configuration. If there are no build nodes in the node pool, the configuration page will display the corresponding warning. |
Configured build plan | - | Because the build plan is not directly associated with build nodes, this does not affect the build plan configuration. If there are no build nodes in the node pool, the configuration page will display the corresponding warning. |
Initializing, preparing build, building | The build node pool my\\-pool configured for this build plan has been deleted. Please reconfigure. | Build tasks in these statuses will fail immediately. |
Location | Build Record Error Prompt | Handling Method |
Build plan configuration | The corresponding prompt is displayed. | Users cannot select unauthorized build plans. |
Configured build plan | - | The Build Record List page and Build Configuration page will display an unauthorized prompt. You must manually adjust the node pool configuration. |
Trigger build task | This build plan does not have authorization for the build node pool default. Please authorize it. | The build task can be triggered, but it will immediately fail. |
Initializing, preparing build, building | The build node pool my\\-pool configured for this build plan has been deleted. Please reconfigure. | Build tasks in these statuses will fail immediately. |
Was this page helpful?