source: issm/oecreview/Archive/19101-20495/ISSM-20398-20399.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 758 bytes
  • ../trunk-jpl/jenkins/jenkins.sh

     
    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
    4646
     47        #Print list of files
     48        echo "   "
     49        echo "List of changed files"
     50        cat $ISSM_DIR/TEMP
     51
    4752        #Process html page and get the list of files that has changed (tricky...)
    4853        cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
    4954                /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
Note: See TracBrowser for help on using the repository browser.