Skip to content

Commit

Permalink
switch out some key rsyncs with scps, due new errors that cropping up…
Browse files Browse the repository at this point in the history
…; for #349
  • Loading branch information
kltm committed Dec 12, 2023
1 parent 357c0d8 commit f5746eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1007,8 +1007,8 @@ pipeline {
// Copy over log.
//sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" /tmp/golr-index-contents.tgz [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
//sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" /tmp/golr_timestamp.log [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
sh 'ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY /tmp/golr-index-contents.tgz [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
sh 'ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY /tmp/golr_timestamp.log [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY /tmp/golr-index-contents.tgz [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY /tmp/golr_timestamp.log [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
}

// Solr should still be running in the background here
Expand Down

0 comments on commit f5746eb

Please sign in to comment.