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

Updated Jenkinsfile to support the two additional result files.

parent 038c16fa
No related branches found
No related tags found
No related merge requests found
......@@ -53,15 +53,11 @@ pipeline {
sshagent(credentials: ['kieker-irl-key']) {
sh '''
cd ${BASE_DIR}
ls
sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/all-results.json
cat all-results.json
ls
compile-results/bin/compile-results results-kieker/results-text.csv all-results.json
ls
cat all-results.json
echo "put all-results.json" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
ls
echo "put partial-results.json" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
echo "put relative-results.json" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
'''
}
}
......
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