The1CABAL / SkaldBot

a Discord bot meant to annoy my friends
0 stars 0 forks source link

Create placeholder UI during build #80

Closed The1CABAL closed 4 years ago

The1CABAL commented 4 years ago

Create a placeholder flask container that starts after all other containers are stopped.

This container should run on the 8080 port and exclusively display the GoCD build status RSS feed (http://98.255.81.19:8153/go/api/feed/pipelines/SkaldBot/stages.xml). That way if a user connects to the UI during a build it will indicate that the project is not broken, just updating.

The placeholder container would be stopped at the beginning of the RunUI stage in Go to prevent port conflicts.

The placeholder site will be included in the SLN, but not built by Go

The1CABAL commented 4 years ago

On further testing. The XML only outputs completed stages rather than in progress. This is low priority if it is ever done.