go to post Kari Vatjus-Anttila · Jan 11, 2022 Hello, And a great tutorial, thanks! One question tho. Do you know how to pass environment variables to the %Installer? In my scenario, I would like to configure a CI/CD pipeline and define some environment variables when building the docker container and reference those variables within the %Installer to create for ex. A specific user account (username and password as env variables). How can I achieve this? I've tried setting the env variables within the Dockerfile with ENV someEnv="1234" and try to get the variable with %System.Util.GetEnviron("someEnv") within %Installer, but it just returns an empty string. If you have any insight or tips, it would be appreciated. Cheers!Kari Vatjus-Anttila
go to post Kari Vatjus-Anttila · Jan 4, 2022 Thank you very much for your response. Yes, I think that might work in our situation. I will read the docs and look at the %ZSTART / OnStart routines and how to use it. Thanks for the help! Kari
go to post Kari Vatjus-Anttila · Mar 19, 2019 Hi @Marco den Hartog I'm facing the same issue currently. Is it possible to share your results so I could get some leads how to communicate with an NTLM enabled server via Ensemble?CheersKari
go to post Kari Vatjus-Anttila · Nov 1, 2016 Thanks for the input, it was obvious when somebody else pointed it out. I managed to import that sample XML to that object!Cheers