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

Hmm

parent fb402039
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,12 @@ pipeline {
stage('Run Benchmark') {
steps {
sh '${BASE_DIR}/run-benchmark.sh ${KEYSTORE} ${UPDATE_SITE_URL}'
sh 'echo before'
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}'
}
sh 'echo after'
sh '${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json"'
}
post {
......
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