0

Create Jenkins Seed Job using DSL Plugin - Where i can pass Git Repo location to create the Jenkins jobs for the repo. The Job is created programmatically in the repo. Seed Job should read the groovy file in the repo and create the new job.

luka5z
  • 7,525
  • 6
  • 29
  • 52

1 Answers1

0

You can :

  • Checkout Groovy file from Seed Job
  • Access file programmatically from code of Seed Job (some SCM tools provide API, ie. Bitbucket, github)
luka5z
  • 7,525
  • 6
  • 29
  • 52