Skip to content

Instantly share code, notes, and snippets.

@martinda
Last active November 23, 2015 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinda/df45cb31e1ac6ff280f8 to your computer and use it in GitHub Desktop.
Save martinda/df45cb31e1ac6ff280f8 to your computer and use it in GitHub Desktop.
An echo statement in jenkins workflow - it prints nothing
// The error here is using "def", grooyv dyslexia I guess
// def node
node() {
echo ("here nothing: "+(new ConfigSlurper().parse("""a="b" """)).a)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment