@@ -27,9 +27,6 @@ projects.each {
if (jenkinsFile) {
multibranchPipelineJob(jobName) {
description("Pipeline for $repo")
- triggers {
- cron('@hourly')
- }
branchSources {
git {
remote(repo)