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

debugging

parent 7505f835
No related branches found
No related tags found
No related merge requests found
...@@ -46,10 +46,9 @@ pipeline { ...@@ -46,10 +46,9 @@ pipeline {
steps { steps {
sh '${BASE_DIR}/run-benchmark.sh ${KEYSTORE} ${UPDATE_SITE_URL}' sh '${BASE_DIR}/run-benchmark.sh ${KEYSTORE} ${UPDATE_SITE_URL}'
sh 'echo before' sh 'echo before'
sh 'echo ${KEYSTORE}'
script { script {
def remote = [name: 'repo.se.internal', host: 'repo.se.internal', user: 'repo', identityFile: ${KEYSTORE}, allowAnyHosts: true] 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}' sshGet remote: remote, from: 'all-results.json', into: '.'
} }
sh 'echo after' sh 'echo after'
sh '${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json"' sh '${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json"'
......
...@@ -61,4 +61,6 @@ ${BENCHMARK} # > /dev/null 2>&1 ...@@ -61,4 +61,6 @@ ${BENCHMARK} # > /dev/null 2>&1
HEAD=`head -1 $RESULT_FILE` HEAD=`head -1 $RESULT_FILE`
VALUE=`tail -1 $RESULT_FILE` VALUE=`tail -1 $RESULT_FILE`
echo ${KEYSTORE}
# end # end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment