summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Collapse)AuthorFilesLines
2018-04-26Fix Pypi script Python versionJessica Wagantall2-2/+2
Fix Pypi build and publish scripts to run virtualenv with the correct PYTHON_VERSION specified in the job templates. Change-Id: I71f61775380ae56c204854ddde254b467e5e16f3 Issue-ID: Issue-ID: CIMAN-137 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Fix quotes in shell scriptJessica Wagantall1-3/+3
Global variables defined in Jenkins need double quotes to be translated properly in the case section. Change-Id: Ida76cd90314ef59f24013f7da80a2b5364fc9480 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Fix IMAGE_VERSION variableJessica Wagantall1-1/+1
Fix typo on variable used to extract the IMAGE_VERSION number Change-Id: I91d48836d697c90398a788769d16750f468de917 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Add global docker jobsJessica Wagantall3-0/+46
Add global build and push jobs for docker images Set proper docker tag convention for snapshot and staging binaries. Change-Id: I0e805b5c9eebac6aaea627d855d7b542158b6a0f Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-03-09Configure PyPI releasesVanessa Rene Valderrama3-0/+37
This changes adds the following functionality for PyPI releases - macros - A PyPI server macro - scripts - A script to build artifacts - A script to publish artifacts - templates - Templates for release - jobs - Jobs for release - Nexus3 staging - Nexus3 release - PyPI index will be added at a later date Issue-ID: CIMAN-137 Change-Id: I53522ed2fa2f462afebaac94c44fa2a9979e9c2a Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>