Skip to content

Commit

Permalink
file extension whoops; for geneontology/noctua#873
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed May 17, 2024
1 parent 55bb5c5 commit 495a638
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 @@ -223,7 +223,7 @@ pipeline {
withCredentials([file(credentialsId: 'skyhook-private-key', variable: 'SKYHOOK_IDENTITY')]) {
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY activity_report.txt skyhook@skyhook.berkeleybop.org:/home/skyhook/snapshot/reports/go-cam_activity_report.txt'
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY explanations.txt skyhook@skyhook.berkeleybop.org:/home/skyhook/snapshot/reports/go-cam_explanations.txt'
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY gorules_report.txt skyhook@skyhook.berkeleybop.org:/home/skyhook/snapshot/reports/go-cam_gorules_report.txt'
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY gorules_report.json skyhook@skyhook.berkeleybop.org:/home/skyhook/snapshot/reports/go-cam_gorules_report.json'
sh 'scp -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY main_report.txt skyhook@skyhook.berkeleybop.org:/home/skyhook/snapshot/reports/go-cam_main_report.txt'
}
}
Expand Down

0 comments on commit 495a638

Please sign in to comment.