Changeset 20396
- Timestamp:
- 03/30/16 20:35:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20395 r20396 46 46 47 47 #Process html page and get the list of files that has changed (tricky...) 48 49 48 cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\ 50 49 #/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP 51 50 if [ -z "$(cat $ISSM_DIR/TEMP)" ] ; then 52 51 echo "ERROR: file list is empty!" 52 else 53 echo "List of changed files" 54 cat TEMP 53 55 fi 54 56
Note:
See TracChangeset
for help on using the changeset viewer.