I configured a variable called FlashDALConnection with:
server=#{DatabaseServerName};User ID=#{DbPassword.Local};Password=#{DbLogin.Local};database=#{DatabaseName
I made a mistake where I missed the last closing brace off (I didn’t spot this mistake in the Octopus UI because the end it chopped off long lines to fit the screen - but that’s understandable - I need a larger screen ).
When deployment runs the verbose log shows this expanded as:
Setting ‘FlashDALConnection’ = ‘server=#{DatabaseServerName};User ID=#{DbPassword.Local};Password=#{DbLogin.Local};database=#{DatabaseName’
The whole variable is left in its raw state but there are no errors or warnings in the deployment log.
In this example I would have preferred the deployment to fail.
Can you please help? I can send the entire deployment log if it helps.
Sorry, I forgot to mention that when I discovered it yesterday, the first thing I did was upgrade to the latest version before trying it again. We are using 2018.8.4.
I’ll email the deployment log over to your support email.