Skip to content

Commit

Permalink
[monorepo]: enable controller job for CI
Browse files Browse the repository at this point in the history
problem: currently all jobs are run for each checkin
solution: enable controller job which will only run the
          required jobs for the commit.
  • Loading branch information
Wayonb authored Apr 12, 2024
1 parent e30c3f0 commit 6d9147f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/jenkinsfile/controller.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
monorepoControllerPipeline {
operatingSystem = ['ubuntu']
instanceSize = 'small'
}

0 comments on commit 6d9147f

Please sign in to comment.