Use --config-xml option for JJB archives 79/16479/2
authorThanh Ha <zxiiro@gmail.com>
Thu, 8 Aug 2019 02:20:22 +0000 (22:20 -0400)
committerThanh Ha <zxiiro@gmail.com>
Thu, 8 Aug 2019 15:02:15 +0000 (11:02 -0400)
commit655da4ff0ed3d23d6e01369dbb85d6efb5fcfd1c
tree30822e8280e89d49942be1757c0d3eb53ab7019e
parentb7c2eb944f2ca44bb07a1841306dc75e3e8c03bd
Use --config-xml option for JJB archives

The --config-xml option will produce actual config xml files in the
format 'job_name/config.xml' similar to the jobs directory in Jenkins
master instead of creating generically named 'job_name' files.

This allows the jobs to be dropped into a Jenkins jobs directory
path and Jenkins will be able to pick it up.

This is potentially useful for the ability to quickly drop in the
config into a Jenkins test environment.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I59517d905a2448e46c50d98a471e10d7ca0fb808
shell/jjb-verify-job.sh