Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
743 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/jenkins/jenkins.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/jenkins.sh (revision 20936)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/jenkins.sh (revision 20937)
|
---|
| 5 | @@ -49,8 +49,7 @@
|
---|
| 6 | wget $SERVER/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
|
---|
| 7 |
|
---|
| 8 | #Process html page and get the list of files that has changed (tricky...)
|
---|
| 9 | - cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
|
---|
| 10 | - /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
|
---|
| 11 | + cat changes | grep '="The file was modified"' | sed -e 's/.*<\/td><td><a>\(.*\)<\/a><\/td><td>.*/\1/' > $ISSM_DIR/TEMP
|
---|
| 12 |
|
---|
| 13 | #Print list of files
|
---|
| 14 | echo " "
|
---|
Note:
See
TracBrowser
for help on using the repository browser.