1
0
seb 8 жил өмнө
parent
commit
5de8ef3173

+ 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)