Gated Check-in Failure on the Jenkins Master Node
Possible Causes
The Jenkins user does not have execute permission for the gated check-in CLI tool.
Troubleshooting Procedure
- Change the ownership of the CLI tool and ensure that the Jenkins user has execute permission for the directory where the CLI tool is located.
chown -R jenkins:jenkins /DevKit_CLI_PATH/
/DevKit_CLI_PATH/: DevKit CLI tool path.
Figure 2 Changing the ownership
- Add a worker node for implementing specific services in the Jenkins environment. Do not use the built-in node in the Jenkins environment.
