jenkins: once again fix doc job upload to SourceForge
This commit is contained in:
@ -65,7 +65,7 @@ doxygen
|
|||||||
###########################################
|
###########################################
|
||||||
# Publish
|
# Publish
|
||||||
|
|
||||||
if [ "${PUBLISH}" != "DONT" ]; then
|
if [ "${PUBLISH}" != "NO" ]; then
|
||||||
# Upload explicit dummy to ensure target directory exists
|
# Upload explicit dummy to ensure target directory exists
|
||||||
echo "Created by CloudBees Jenkins upload job. Should be deleted as part of the job." > DUMMY
|
echo "Created by CloudBees Jenkins upload job. Should be deleted as part of the job." > DUMMY
|
||||||
rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/
|
rsync -q -e ssh DUMMY epics-jenkins@web.sourceforge.net:/home/project-web/epics-pvdata/htdocs/docbuild/pvaClientCPP/${PUBLISH}/
|
||||||
|
Reference in New Issue
Block a user