Hi Tuyen, Did you consider https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin ? After a brief review of your code, that plugin seems to cover all features you want to introduce in the new plugin.
Best regards, Oleg воскресенье, 4 октября 2015 г., 3:57:19 UTC+3 пользователь Tuyen Lieu написал: > > Hi, > My project requires me to load env variables from properties files in a > folder. I found out EnvFile Plugin can help it. > However, EnvFile plugin only load variables from one specific file, so I > refactored and added more features. I call it "EnvFiles". > I think it may help others in struggling with their pipelines. > > - Github Repo. URL : https://github.com/ldtkms/envfiles/ > - Name of the plugin : EnvFiles > - jenkins-ci.org username : tuyenlieukms > - Description: This plugin allows user to specify their properties > files (Java format properties) in a directory ,which they want to inject > them as Environment Variables. In the near future, this plugin may evolved > to manage customized environment variables as global variables. without > corrupting Jenkins environment variables. > > Thank to EnvFile author Anders Johansson. > > Thanks, > Tuyen > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/bf22371d-6c2b-4d77-8c4c-f460331f504d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
