You could use some groovy script:

- https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console

println "JobName|Assigned label"
Jenkins.instance.items.each {
  println "${it.name}|${it.assignedLabel}"
}

Further details:
- http://javadoc.jenkins-ci.org/hudson/model/AbstractProject.html

I hope it helps 

Cheers

On Monday, 21 September 2015 14:51:15 UTC+2, Eric Naitove wrote:
>
> Is there a way to list all my NODES and the specific Projects tied to each 
> 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/3877294f-9687-4437-88dd-82eddc264f44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to