Last change
on this file was 20498, checked in by Mathieu Morlighem, 9 years ago |
CHG: done with Archive/19101-20495
|
File size:
758 bytes
|
Rev | Line | |
---|
[20498] | 1 | Index: ../trunk-jpl/jenkins/jenkins.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/jenkins/jenkins.sh (revision 20398)
|
---|
| 4 | +++ ../trunk-jpl/jenkins/jenkins.sh (revision 20399)
|
---|
| 5 | @@ -44,6 +44,11 @@
|
---|
| 6 | #Get changes from jenkins itself (svn requires credentials)
|
---|
| 7 | wget http://ross.ics.uci.edu:8080/job/$JOB_NAME/$BUILD_NUMBER/changes > /dev/null 2>&1
|
---|
| 8 |
|
---|
| 9 | + #Print list of files
|
---|
| 10 | + echo " "
|
---|
| 11 | + echo "List of changed files"
|
---|
| 12 | + cat $ISSM_DIR/TEMP
|
---|
| 13 | +
|
---|
| 14 | #Process html page and get the list of files that has changed (tricky...)
|
---|
| 15 | cat changes | grep 'alt="The file was modified"' |sed -e 's/alt="The file was modified"/\
|
---|
| 16 | /g' | sed -e 's/.*<\/a><\/td><td>\(.*\)<\/td><\/tr>.*/\1/' | grep -v '"The file was modified"' > $ISSM_DIR/TEMP
|
---|
Note:
See
TracBrowser
for help on using the repository browser.