-
Notifications
You must be signed in to change notification settings - Fork 0
$WORKSPACE Environment Variable Not Working #19
Copy link
Copy link
Open
Labels
Milestone
Description
Within Java, attempting to access the $WORKSPACE var returns null. This variable is needed to form the file path to a Project workspace for the Weekly Report HTML file to be created.
Workaround - This issues is being overcome by manually setting the workspace file path in Messages.properties through the MailSender.reportFilePath parameter. This however is inconvenient for a user to have to know and manually set their workspace file path, so this solution is being considered a temporary workaround.
Reactions are currently unavailable