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

Minor

parent 6e5afbd6
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ pipeline {
stage('Upload') {
agent { label 'build-node4' }
sshagent(credentials: ['kieker-key']) {
sshagent(credentials: ['kieker-irl-key']) {
sh 'sftp -i ${KEYSTORE} ${UPDATE_SITE_URL}'
sh '${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json"'
}
......
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