Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20936)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20937)
@@ -50,6 +50,5 @@
 
 	#Process html page and get the list of files that has changed (tricky...)
-	cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
-		/g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
+	cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP
 
 	#Print list of files
