Changes between Version 3 and Version 4 of SysAdmin/Jenkins
- Timestamp:
- 02/10/11 10:28:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/Jenkins
v3 v4 1 [[TOC]] 1 2 = Jenkins: CI = 2 3 3 We use Jenkinsto do Continous Integration by running our Selenium Functional tests:4 * [http:// 82.71.213.53:8080 Jenkins admin interface]5 * [http:// 82.71.213.53:4444/console Selenium Grid console]4 We use [http://jenkins-ci.org Jenkins] to do Continous Integration by running our Selenium Functional tests: 5 * [http://ci.eden.sahanafoundation.org:8080 Jenkins admin interface] 6 * [http://ci.eden.sahanafoundation.org:4444/console Selenium Grid console] 6 7 7 We have 3 separate server environments for Eden, each with it's own Apache virtual host: 8 * /home/web2py/applications/sqlite 9 * /home/web2py/applications/mysql 10 * /home/web2py/applications/postgresql 8 There is a Windows 7 slave running: 9 * Firefox 10 * IE8 11 * Chrome 12 * Opera 11 13 12 Update scripts: 14 The CI server also hosts the Application. There are 3 separate server environments for Eden, each with it's own Apache virtual host: 15 * http://sqlite.eden.sahanafoundation.org /home/web2py/applications/sqlite 16 * http://mysql.eden.sahanafoundation.org /home/web2py/applications/mysql 17 * http://postgesql.eden.sahanafoundation.org /home/web2py/applications/postgresql 18 19 == Update scripts == 13 20 14 21 sudo -H -u jenkins /home/update_sqlite.sh … … 84 91 }}} 85 92 86 93 == SQL scripts == 87 94 /home/web2py/applications/geometry.sql 88 95 {{{