-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
None
-
Win 7,Jenkins ver 1.572
Test step:
1.Configured the dot net source file i.e sln
2.Configured the build file and used the artifacts "*/" and the test report location /*/
Expected result:When Build Now selected,message pops up mentioning the "Failed:test reports were found but none of them are new. did tests run"
Later in one of the blogs it says install the gradle plugin.So installed gradle plugin and tried building the job.
'gradle.bat' is not recognized as an internal or external command, operable program or batch file.
So later manually run the bat file using the cmd prompt.In the cmd prompt,it says the build successfully.
Again restarted the system and tried building the job.Not able to build job successfully and below is the message seen
[Gradle] - Launching build.
[Gradle] - [ERROR] Can't retrieve the Gradle executable.
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Finished: FAILURE
Due to this not able to continue in building the jobs.