aboutsummaryrefslogtreecommitdiff
path: root/jenkins/job-suite-generator.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/job-suite-generator.groovy')
-rw-r--r--jenkins/job-suite-generator.groovy3
1 files changed, 3 insertions, 0 deletions
diff --git a/jenkins/job-suite-generator.groovy b/jenkins/job-suite-generator.groovy
index d8c56bf..faf1647 100644
--- a/jenkins/job-suite-generator.groovy
+++ b/jenkins/job-suite-generator.groovy
@@ -28,6 +28,9 @@ node("master") {
// Delete any existing job workspace directory contents.
deleteDir()
+ // Clone the manifests repository.
+ git url: manifest_repo, relativeTargetDir: "manifests"
+
// Get the git repo and branch values used to obtain this and other
// build_control scripts so they may be passed to the jobDSL script
// that gets invoked at the bottom of this script. Vars harvested from