Parcourir la source

remove scheduling

seb il y a 8 ans
Parent
commit
5de8ef3173
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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)