Hi, 

I am using the blueocean pipeline that is using maven and jdk defined in  
jenkins file  as follows:

pipeline {
  agent any
    tools {
    maven 'Maven 3.3.9'
    jdk 'jdk 1.8'
  }

For each step in pipline, I see the following message pop up. 

Fetches the environment variables for a given tool in a list of 'FOO=bar' 
strings suitable for the withEnv step.

I there a way to quiet this message or possibly not display it at all ? 

Thank you for looking into this issue. 

Regards

-- 
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/bf74e882-0689-4266-9d4d-48a1c142f361%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to