diff --git a/Jenkinsfile b/Jenkinsfile
index 1a0bcdd30a7b7176814487bed7c5bf5bb28cbf3c..c988db31fa1a96858952d4a4166aa91c3e610998 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,10 +10,10 @@ pipeline {
      }
   }
 
-  triggers {
-    cron('0 1 * * *')
+//  triggers {
+//    cron('0 1 * * *')
     // upstream(upstreamProjects: 'kieker-dev/master', threshold: hudson.model.Result.SUCCESS)
-  }
+//  }
 
   environment {
     KEYSTORE = credentials('kieker-irl-key')