Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20941)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20942)
@@ -50,5 +50,7 @@
 
 	#Process html page and get the list of files that has changed (tricky...)
-	cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP
+	#cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP
+	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"'
 
 	#Print list of files
@@ -90,4 +92,5 @@
 		ISSM_COMPILATION="no"
 	fi
+	ISSM_COMPILATION="yes"
 
 else
