Skip to content

Commit

Permalink
For #1199
Browse files Browse the repository at this point in the history
  • Loading branch information
mugitty committed Dec 2, 2023
1 parent 18fc9b3 commit 64e0dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ pipeline {
// Copy all of the reports to the reports
// directory.
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" ./combined.report.json [email protected]:/home/skyhook/$BRANCH_NAME/reports'
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" ./assigned-by-combined-report.json [email protected]:/home/skyhook/$BRANCH_NAME/reports'
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" ./aggregate-rule-violation-report.md [email protected]:/home/skyhook/$BRANCH_NAME/reports'
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" ./users-and-groups-report.txt [email protected]:/home/skyhook/$BRANCH_NAME/reports'

// Copy generated pages over to page output.
Expand Down

0 comments on commit 64e0dcd

Please sign in to comment.