tools: InteractiveHtmlBom is now a nightly job
This commit is contained in:
parent
f155b21855
commit
07a4f7fe5a
|
@ -6,6 +6,7 @@ echo Should be executed from project root folder. Will try to upload to %RUSEFI_
|
||||||
|
|
||||||
rem ibom is part of Doxygen job simply in order to reduce workspace HDD usage on my tiny build 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
|
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/*
|
ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /ibom hardware/ibom/*
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
|
@ -19,4 +20,5 @@ IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||||
rem http://www.ncftp.com/download/
|
rem http://www.ncftp.com/download/
|
||||||
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
|
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
|
||||||
cd ../doxygen
|
cd ../doxygen
|
||||||
|
echo Uploading Doxygen
|
||||||
ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /html html/*
|
ncftpput -R -v -u %RUSEFI_DOXYGEN_FTP_USER% -p %RUSEFI_DOXYGEN_FTP_PASS% %RUSEFI_FTP_SERVER% /html html/*
|
||||||
|
|
Loading…
Reference in New Issue