diff --git a/hardware/.gitignore b/hardware/.gitignore index 22dbc61ed8..99724d883b 100644 --- a/hardware/.gitignore +++ b/hardware/.gitignore @@ -2,3 +2,4 @@ *-rescue.lib _saved*.sch _autosave*.* +ibom/* \ No newline at end of file diff --git a/misc/jenkins/generate_doxygen/gen_upload_docs.bat b/misc/jenkins/generate_doxygen/gen_upload_docs.bat index dc1bb65c17..ce08e14847 100644 --- a/misc/jenkins/generate_doxygen/gen_upload_docs.bat +++ b/misc/jenkins/generate_doxygen/gen_upload_docs.bat @@ -5,7 +5,8 @@ set RUSEFI_DOXYGEN_FTP_USER=u71977750-docs echo Should be executed from project root folder. Will try to upload to %RUSEFI_FTP_SERVER% rem ibom is part of Doxygen job simply in order to reduce workspace HDD usage on my tiny build server -misc\jenkins\InteractiveHtmlBom\run.bat +call misc\jenkins\InteractiveHtmlBom\run.bat +echo Uploading IBOMs ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /ibom hardware/ibom/* pwd @@ -19,4 +20,5 @@ IF NOT ERRORLEVEL 0 EXIT /B 1 rem http://www.ncftp.com/download/ rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server cd ../doxygen +echo Uploading Doxygen ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /html html/*