diff --git a/Jenkinsfile b/Jenkinsfile
index f55ec4a5b1825aa5af63f48c94959decedef8577..7c1ed13f8a1d051ae54b35997f5a458b7cec7a92 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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"'
        }