Index: ../trunk-jpl/jenkins/jenkins.sh =================================================================== --- ../trunk-jpl/jenkins/jenkins.sh (revision 20936) +++ ../trunk-jpl/jenkins/jenkins.sh (revision 20937) @@ -49,8 +49,7 @@ wget $SERVER/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1 #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><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP + cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td>\(.*\)<\/a><\/td>.*/\1/' > $ISSM_DIR/TEMP #Print list of files echo " "