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
Post a Comment