Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Continuous Integration, Developer Infrastructure
-
Labels:None
-
Story Points:1.5
-
Epic Link:
-
Team:SQuaRE
Description
Add a jenkins job to build the jupyterlabdemo containers via the bld script in this repo: https://github.com/lsst-sqre/jupyterlabdemo
The build should also be triggered automatically as part of the weekly release process.
Per reports on slack this morning, the weekly didn't run as I messed up the weekly_release.groovy pipeliine script when adding the jupyerlabdemo job. The simple syntax error has been corrected. In addition, I split the weekly-release job up. The bulk of the original job is still named weekly-release but it now takes a YEAR and WEEK parameter. There is a new weekly-release-cron job that generates the timestamp and triggers weekly-release. This facilities weekly-release being manually run with the tag name from a prior week.