Changeset 20396


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

CHG: added cat of changes

File:
1 edited

Legend:

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

    r20395 r20396  
    4646
    4747        #Process html page and get the list of files that has changed (tricky...)
    48 
    4948        cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
    5049                #/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
    5150        if [ -z "$(cat $ISSM_DIR/TEMP)" ] ; then
    5251                echo "ERROR: file list is empty!"
     52        else
     53                echo "List of changed files"
     54                cat TEMP
    5355        fi
    5456
Note: See TracChangeset for help on using the changeset viewer.