diff --git a/Jenkinsfile b/Jenkinsfile index 6152d022711b1ac9f062898ba16a6baade287608..68ca746131cd6e58ef1ceedd4bf29435b31479ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { } triggers { - cron('0 1 * * 7') + cron('0 1 * * 6') // upstream(upstreamProjects: 'kieker-dev/master', threshold: hudson.model.Result.SUCCESS) }