I should note that none of my Parameterized variables appear with this 
Groovy script. Where am I going wrong?

node {
  def buildNumber = env.BUILD_NUMBER
  def workspace = env.WORKSPACE
  def buildUrl = env.BUILD_URL

  echo "build URL is $buildUrl"

     sh 'env'
     
} // end node

-- 
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/efc1f453-7189-4c2a-b1b8-ae7b00814477%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to