Changes between Version 3 and Version 4 of SysAdmin/Jenkins


Ignore:
Timestamp:
02/10/11 10:28:51 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/Jenkins

    v3 v4  
     1[[TOC]]
    12= Jenkins: CI =
    23
    3 We use Jenkins to 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]
     4We 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]
    67
    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
     8There is a Windows 7 slave running:
     9 * Firefox
     10 * IE8
     11 * Chrome
     12 * Opera
    1113
    12 Update scripts:
     14The 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 ==
    1320
    1421sudo -H -u jenkins /home/update_sqlite.sh
     
    8491}}}
    8592
    86 
     93== SQL scripts ==
    8794/home/web2py/applications/geometry.sql
    8895{{{