You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CISetup.md 961B

2 years ago
123456789101112131415161718192021222324252627
  1. # Jenkins plugins
  2. Most of them are in the base install.
  3. * Git
  4. * Git Parameter Plug-In
  5. * Pipelines
  6. * Node and Label parameter
  7. * Xvfb
  8. * XUnit
  9. * embeddable-build-status (Optional - for build status icon)
  10. * Groovy Postbuild (Optional - to show build status in history)
  11. * Windows Slaves Plugins
  12. # Jenkins jobs
  13. * OpenViBE-Generic Base job : Uses JenkinsFile in meta repo + config is in jenkins-config.xml file.
  14. * OpenViBE-Nightly-* Identical to Generic, but with a nightly job + diverse default systems.
  15. # Backup/Restore Jenkins job config
  16. See https://www.sghill.net/how-do-i-backup-jenkins-jobs.html or use Jenkins-cli (did not manage to use it on inria platform)
  17. # Windows machines
  18. Microsoft website doesn't list the old versions of VS
  19. You can get vs 2013 at this link : http://download.microsoft.com/download/7/2/E/72E0F986-D247-4289-B9DC-C4FB07374894/wdexpress_full.exe
  20. Python 3.4+ should be installed + numpy
  21. # Linux machines
  22. Package xvfb is required