rusefi/misc/jenkins/setup
David Holdeman b4807708c8
Convert jenkins build_extra_bundles scripts to sh (#1554)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert build_working_folder

* convert prepare_bundle

* fixed extension

* fixed closing bracket

* fixed comparison and assignments

* no comment

* convert compile_and_upload and clean

* convert build_simulator

* Finish converting build_working_folder

* convert build_java_console

* Add hashbangs

* remove findcyg instruction

* changed paths

* remove call

* add path

* fixed script names

* add prams

* fix cd

* convert clean_env_variables

* convert common_make.sh

* Added linux hex2dfu binary

* add file extension to linux hex2dfu

* add file extension to linux hex2dfu

* remove spurious paren

* fixed board name

* convert compile-frankenso-na6

* convert compile-frankenso-pal

* add hashbang

* convert compile-kinetis

* convert compile-mre-f4

* convert compile-mre-f4-hardware-QC-special-build

* convert compile-mre-f4-slave

* convert compile-mre-f7

* convert compile-mre-f7-test

* switch to underscores

* converting boards to sh

* convert prometheus

* convert proteus

* fixed path

* switch to underscores

* chmod and add extension

* add quotes

* Add check for Windows

* Add chmod

* fix script name

* fix error checking

* quote vars

* remove checking from batch shims

* fix typo

* change error checking to support nix style error codes

* switch to 1 retval

* cd back to firmware

* Add escapes

* change from cd to rel path

* add p flags to mkdir

Co-authored-by: David Holdeman <David Holdeman>
2020-07-01 14:09:01 -04:00
..
jobs docs 2019-11-20 21:01:47 -05:00
readme.md Convert jenkins build_extra_bundles scripts to sh (#1554) 2020-07-01 14:09:01 -04:00

readme.md

https://git-scm.com/downloads

https://sliksvn.com/download/ used to produce numeric revision number needs to be added to System PATH manually

https://cygwin.com/install.html needs to be added to System PATH manually

cygwin: make, gcc, zip, wget

cygwin: ccache

Add System Environment Variable CCACHE_DIR c:\ccache

java needs to be added to System PATH manually

https://ant.apache.org/ needs to be added to System PATH manually. used to build java stuff

https://jenkins.io/download/

Additional plugings:

Pipeline GitHub Notify Step

https://stackoverflow.com/questions/14274293/show-current-state-of-jenkins-build-on-github-repo

https://github.com/settings/tokens

Discard Old Build

smtphost: smtp.gmail.com r***@gmail.com useSsl=yes

https://www.ncftp.com/download/ !!! c:\windows !!! needs to be added to System PATH manually. This FTP client installs itself right into c:\windows folder

RUSEFI_BUILD_FTP_USER & RUSEFI_BUILD_FTP_PASS needs to be added to System PATH manually

RUSEFI_DOXYGEN_FTP_USER & RUSEFI_DOXYGEN_FTP_PASS needs to be added to System PATH manually

http://www.doxygen.nl/download.html needs to be added to System PATH manually

https://graphviz.gitlab.io/download/ needs to be added to System PATH manually, used by Doxygen

http://www.kicad-pcb.org/download/ for iBom automation

http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/utility/stsw-link004.zip ST Link Utility

http://www.st.com/web/en/catalog/tools/PF257938 ST virtual serial driver

Jobs:

  1. unit_tests

  2. integration_and_primary_bundle

  3. documentation

  4. build_extra_bundles

  5. git2svn_sync

RUSEFI_SVN_PASSWORD needs to be added to System PATH manually