Skip to content
Snippets Groups Projects
Commit 867630f2 authored by Reiner Jung's avatar Reiner Jung
Browse files

Hmm

parent 4b592af8
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ pipeline {
steps {
sh '${BASE_DIR}/run-benchmark.sh ${KEYSTORE} ${UPDATE_SITE_URL}'
sh 'echo before'
sh 'echo ${KEYSTORE}'
script {
def remote = [name: 'repo.se.internal', host: 'repo.se.internal', user: 'repo', identityFile: ${KEYSTORE}, allowAnyHosts: true]
sshGet remote: remote, from: 'all-results.json', into: '${BASE_DIR}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment