(responding out of order)

: Maybe the Jenkins build is running more tasks.

https://jenkins.thetaphi.de/job/Solr-main-Windows/8230/consoleText
cmd.exe /C "C:\Users\jenkins\workspace\Solr-main-Windows\gradlew.bat 
-Dtests.haltonfailure=false -Dtests.badapples=false --continue --stacktrace check && exit 
%%ERRORLEVEL%%"


: I thought I fixed that with
: https://github.com/apache/solr/pull/4072

IIUC your PR changed the the output encoding of the python script writing the HTML to sysout, which gradle then reads->writes to Changes.html


But the jenkins failures don't suggest there was a problem *reading* Changes.html The failures suggest the problem was *finding* Changes.html at the expected relative path

Task :solr:solr-ref-guide:checkSiteLinks FAILED
{
 "stats": {
   "errors": [
     {
       "type": "page",
       "target": 
"..\\..\\..\\documentation\\build\\site\\changes\\Changes.html",
       "source": "solr\\latest\\upgrade-notes\\solr-upgrade-notes.html",
       "reason": "page not found"
     }
   ],


-Hoss
http://www.lucidworks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to