Changeset 20399


Ignore:
Timestamp:
03/30/16 20:55:27 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r20398 r20399  
    4444        #Get changes from jenkins itself (svn requires credentials)
    4545        wget http://ross.ics.uci.edu:8080/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
     46
     47        #Print list of files
     48        echo "   "
     49        echo "List of changed files"
     50        cat $ISSM_DIR/TEMP
    4651
    4752        #Process html page and get the list of files that has changed (tricky...)
Note: See TracChangeset for help on using the changeset viewer.