zowe / zebra

ZEBRA is an open-source incubator project for Zowe. It is a data parsing framework that allows quick and easy access to z/OS performance metrics.
https://zebra.talktothemainframe.com
Eclipse Public License 2.0
21 stars 12 forks source link

[BUG] Pipeline 'forever' command breaks relative file paths. #91

Closed jsanter27 closed 2 years ago

jsanter27 commented 2 years ago

Describe the bug Since the forevercommand in the build pipeline is called from the rootdirectory instead of the srcdirectory, there are errors trying to open files that used relative paths. This prevents the application to run and takes down the demo server.

To Reproduce Steps to reproduce the behavior:

  1. Run the build pipeline when pushing to main branch.

Expected behavior After deployment, the demo server should be updated and running.