how to share variables between different BASH in jenkins? -


problem :

in jenkins, if want execute 3 different bash 1 after other (because there lots of code) share variable. best way have them share variables? use propfiles between them.

by using injectenv plugin, can share variables 3 shell scripts.

you can define variables property file or can define variable 1 one (my_var1 = value 1, my_var2 = value 2, ...).


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -