我要评分
获取效率
正确性
完整性
易理解

Gated Check-in Failure on the Jenkins Master Node

Symptom

An error is reported when running gated check-in. See Figure 1.

Figure 1 Error

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.