Skip to content

Commit

Permalink
possible draft for getting at #185 while trying to avoid #183
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jun 15, 2020
1 parent 447c7db commit eb69c1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,9 @@ pipeline {
sh 'mkdir -p $WORKSPACE/mnt/ || true'
withCredentials([file(credentialsId: 'skyhook-private-key', variable: 'SKYHOOK_IDENTITY')]) {
sh 'sshfs -oStrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY -o idmap=user [email protected]:/home/skyhook $WORKSPACE/mnt/'
// Rename file.
sh 'mv $WORKSPACE/mnt/$BRANCH_NAME/products/gaferencer/all.gaferences.json.gz $WORKSPACE/mnt/$BRANCH_NAME/products/gaferencer/qc_association_inferences.json.gz'
}

// Rename file.
sh 'mv $WORKSPACE/mnt/$BRANCH_NAME/products/gaferencer/all.gaferences.json.gz $WORKSPACE/mnt/$BRANCH_NAME/products/gaferencer/qc_association_inferences.json.gz'
}
// WARNING: Extra safety as I expect this to sometimes fail.
post {
Expand Down

0 comments on commit eb69c1c

Please sign in to comment.