Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is likely due to one of the following reasons:

  1. The project has not been configured correctly in Jenkins. Check that the correct repository URL and branch have been specified, and that the Jenkins build configuration is using the correct workspace directory.

  2. The "gradlew" file may be missing from the project. Double-check that the file is present in the root directory of the project repository.

  3. The file permissions of the "gradlew" file may not be set correctly. Ensure that the file is executable by running the command "chmod +x gradlew" in the project directory.

  4. It is possible that the "gradlew" command is not installed on the system. Ensure that the Gradle build tool is installed and that the path to the "gradlew" command is correctly set.