I generate the HTML documentation using Jenkins CI.
For no apparent reason (no changes to the job script, no version replacement), I now get the following error:
“Error: Failed to copy file from C:\Jenkins_CI\workspace\Delphi\TiComInlineDoku\Ticom\PPS\PA\themes/legacy/images/note.png to \192.168.135.9\docinsight\Ticom\resources\note.png.”
Is this problem known, and do you have a solution for it?
Here is the script:
C:\Jenkins_CI\workspace\Delphi\InlineDoku>cd “C:\Entwicklung\DocInsight\bin”
C:\Entwicklung\DocInsight\bin>IF “false” EQU “true”
(
DocInsight.exe check -q -j2 --log-file “C:\Jenkins_CI\workspace\Delphi\InlineDoku\Output_HTML.log” --log-level “error” --manifest-path “C:\Jenkins_CI\workspace\Delphi\InlineDoku\HTML.diproj”
) else (
DocInsight.exe build -q -j4 --log-file “C:\Jenkins_CI\workspace\Delphi\InlineDoku\Output_HTML.log” --log-level “error” --manifest-path “C:\Jenkins_CI\workspace\Delphi\InlineDoku\HTML.diproj”
)
Error: Failed to copy file from C:\Jenkins_CI\workspace\Delphi\TiComInlineDoku\Ticom\PPS\PA\themes/legacy/images/note.png to C:\Output\resources\note.png.
Caused by:
Das System kann den angegebenen Pfad nicht finden. (os error 3)
C:\Entwicklung\DocInsight\bin>exit 1