Changeset 20398


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

CHG: test

File:
1 edited

Legend:

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

    r20397 r20398  
    4747        #Process html page and get the list of files that has changed (tricky...)
    4848        cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
    49                 #/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
     49                /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
    5050        if [ -z "$(cat $ISSM_DIR/TEMP)" ] ; then
     51                echo "List of changed files"
     52                cat $ISSM_DIR/TEMP
    5153                echo "ERROR: file list is empty! Triggering full install"
    5254                ISSM_EXTERNALPACKAGES="install"
     
    5557        else
    5658                echo "List of changed files"
    57                 cat TEMP
     59                cat $ISSM_DIR/TEMP
    5860        fi
    5961
Note: See TracChangeset for help on using the changeset viewer.