commit | 3fbaa519d4e0ab753693c3b4f4d49f765a57fdad | [log] [tgz] |
---|---|---|
author | Alanny Lopez <alanny.lopez@ibm.com> | Mon Apr 24 15:46:52 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Jun 02 14:57:51 2017 +0000 |
tree | d0527b9ff3d071e4f4b5021d7f4c5e27d25b1b28 | |
parent | e6870198102d060b8137e88658bf9bca42055299 [diff] |
Allow script to launch build with more than Docker run New variable "launch" will be used to determine how the build container will be launched. If the launch type is blank it will launch the build container using Docker run commands. If it is set to pod or job it will launch the helper script that will be added in a coming commit. With this change the Docker build and run commands will be moved under an if statement. Added a variable for naming the image to make things look neater as I wanted to add a relatively long tag to the images. Change-Id: I279b3eb4afb658aecfd5efd19a698380dc9aec21 Signed-off-by: Alanny Lopez <alanny.lopez@ibm.com>
Build script for CI jobs in Jenkins.