Print the package_config for the management job.

This commit is contained in:
Simon Quigley 2019-04-13 15:35:17 -05:00
parent 4e384845a2
commit 3189f14152

View File

@ -228,6 +228,7 @@ class Generator:
for release in total_rel:
for jobtype in ["unstable", "stable"]:
package_config = self.load_config("release-mgmt")
print(package_config)
jobname = "mgmt_build_" + release + "_" + jobtype
if job_name in jobs:
job = server.get_job(job_name)