Hi, See inline. 2012/9/27 Uwe Schindler <[email protected]>: > Hi, > > We have 4 Jenkins Jobs creating Javadocs and other documentation for Lucene > and Solr (4.x and trunk versions). We recently changed the layout of the > directory structure completely, but when archiving Javadocs, Jenkins does not > delete the whole directory before archiving, so lots of documents (duplicates > because of changed layout, outdated classes) still exist at their old > location. Also for Solr, Jenkins should show "Documentation" not "Javadocs" > in the Jenkins Job page (which is caused by some autodetection inside > Jenkins, and the old files make it thinks it is still in Javadocs format). > > Can somebody with write access to the master nuke the javadocs folders for > the following Jobs: > https://builds.apache.org/job/Lucene-Artifacts-4.x/ > https://builds.apache.org/job/Lucene-Artifacts-trunk/ > https://builds.apache.org/job/Solr-Artifacts-4.x/ > https://builds.apache.org/job/Solr-Artifacts-trunk/
Done olamy@aegis:~$ sudo rm -rf /x1/hudson/hudson/jobs/Lucene-Artifacts-4.x/javadoc/ olamy@aegis:~$ sudo rm -rf /x1/hudson/hudson/jobs/Lucene-Artifacts-trunk/javadoc olamy@aegis:~$ sudo rm -rf /x1/hudson/hudson/jobs/Solr-Artifacts-4.x/javadoc/ olamy@aegis:~$ sudo rm -rf /x1/hudson/hudson/jobs/Solr-Artifacts-trunk/javadoc/ Let me know if you still have any issues. > > The next builds will repopulate them, so nothing is lost. I did not find any > solution to do this with Jenkins GUI (it is a well-known bug). Any jira recorded in the Jenkins project ? > > ----- > Uwe Schindler > [email protected] > Apache Lucene PMC Member / Committer > Bremen, Germany > http://lucene.apache.org/ > > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
