Changes between Version 4 and Version 5 of jenkins


Ignore:
Timestamp:
06/30/20 03:04:27 (4 years ago)
Author:
Cheng Gong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jenkins

    v4 v5  
    11 == Introduction ==
    22
    3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu:8080/job/Linux_Ubuntu/) and 4 times a day (through cron jobs). See [wiki:addnewNR here] for more information on nightly runs.
     3ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu/jenkins/) and 4 times a day (through cron jobs). See [wiki:addnewNR here] for more information on nightly runs.
    44
    55 == Identifying a problem ==