diff --git a/jobs/seed-github-ci.Jenkinsfile b/jobs/seed-github-ci.Jenkinsfile index 34cef46..118e1d6 100644 --- a/jobs/seed-github-ci.Jenkinsfile +++ b/jobs/seed-github-ci.Jenkinsfile @@ -83,6 +83,9 @@ node { repos.each { repo -> 'jenkins.branch.buildstrategies.basic.ChangeRequestBuildStrategyImpl' { ignoreTargetOnlyChanges(true) } + // Skip initial builds during the first branch indexing + 'jenkins.branch.buildstrategies.basic.SkipInitialBuildOnFirstBranchIndexing' { + } } } }