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

Fiddling with ssh

parent 4a5d403e
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ pipeline { ...@@ -51,7 +51,7 @@ pipeline {
stage('Upload') { stage('Upload') {
steps { steps {
sshagent(credentials: ['kieker-irl-key']) { sshagent(credentials: ['kieker-irl-key']) {
sh 'sftp -i ${KEYSTORE} ${UPDATE_SITE_URL}' sh 'sftp -o StrictHostKeyChecking=no -F /dev/null -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"' 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