Revision d220174c
Added by Cherian Mathew about 8 years ago
src/jenkins-ci/update-stable-folder.sh | ||
---|---|---|
28 | 28 |
############################################################## |
29 | 29 |
|
30 | 30 |
cd $WORKSPACE |
31 |
PROJECT_VERSION=(`cat target/classes/version.properties | grep "cdmlib-remote-webapp.version" | sed -e "s/[^0-9]*\([^\n\r]*\)/\1/g"`)
|
|
31 |
PROJECT_VERSION=(`cat target/classes/version.properties | grep "cdm-webapp.version" | sed -e "s/[^0-9]*\([^\n\r]*\)/\1/g"`) |
|
32 | 32 |
|
33 | 33 |
if [ -n "$PROJECT_VERSION" ]; then |
34 | 34 |
ssh $SSH_HOST "rm -r /var/www/download/cdmserver/stable" |
Also available in: Unified diff
changed references of cdmlib-remote-webapp to cdm-webapp