I am struggling with bluemix resetting my environmental values after I deploy from jazz.net
To replicate the error do the following
From bluemix console, console.ng.bluemix.net
- Find the application
- Go to Runtime -> Environmental Variable
- Add a variable
Then click save. This will restart the application and use the env variables that you just entered.
Now go to hub.jazz.net, find the git for your project and press the play button at the top to deploy.
You app will restart.
Then if you you go back to the console and check your environmental variables you will see that they have been lost
I believe that this is not normal behaviour and the env variable should persist after deploying from jazz. Even if that is not the fact is there a way to persist them, without hardcoding them.