diff --git a/Jenkinsfile b/Jenkinsfile
index 5ff70e1a6d3002e5bb495d5c6131b2db680abdf8..2414536c7ef2a913273e9b901327729dbcaee7d1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,6 +53,7 @@ pipeline {
           sshagent(credentials: ['kieker-irl-key']) {
              sh 'sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo  -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 'sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo  -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/all-results.json" <<< $'put all-results.json'
           }
        }
        post {