Again, I'm new to jenkins. So maybe someone should validate, that it is the jenkins version and not a different presumption ;-)
Using jenkins 2.1.40 with opensuse leap 15.0: - I'm able to define ENV variables in the global config - a shell build step in order to echo the variables works fine The resultung konsole output from "echo HTDOCS_DIR $HTDOCS_DIR ..." is: + echo HTDOCS_DIR /srv/www/htdocs/ HTDOCS_DIR /srv/www/htdocs/ + echo JOOMLA4_DIR joomla4-dev JOOMLA4_DIR joomla4-dev Using jenkins 2.1.41 with opensuse leap thumbleweed: - I'm able to define ENV variables in the global config - a shell build step in order to echo the variables shows empty values The resulting konsole output is: + echo HTDOCS_DIR HTDOCS_DIR + echo JOOMLA4_DIR JOOMLA4_DIR -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/a23509cf-1864-4e59-a9f1-20015fc9c455%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
