# Pastebin faRJlJjz node { withEnv(['FOO=BAR']) { echo "FOO: ${env.FOO}" echo "PATH: ${env.PATH}" } }