aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-xds-rsync-download-xds.sh
blob: 08c007078a6648e70ec5c43578c05313913eb6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

#set -x
set -e

echo -e "\n\n\n"
echo "#########################################"
echo -e "\n\n\n"
#                             project branch buildid-changesetnr(latest)
export RSYNCDST="/srv/download/AGL/xds/"
export RSYNCSRC=$(pwd)/UPLOAD/*
LANG=C tree $RSYNCSRC

#set
#exit 0
ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${RSYNCDST}
rsync -avr -l --inplace --copy-unsafe-links -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST