seb 8 лет назад
Родитель
Сommit
5de8ef3173
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      seedGogsProjects.groovy

+ 0 - 3
seedGogsProjects.groovy

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