Forum Discussion

jkrier's avatar
jkrier
Regular Contributor
8 years ago
Solved

Parsing XML file with Groovy script

I am trying to read in a naked xml file and parse it but for some reason XMLSlurper doesn't seem to be able to see child nodes. To make things easy I have created a groovy script with the xml inside ...
  • nmrao's avatar
    nmrao
    8 years ago

    jkrier

    Sorry about it, that was actually done quickly (could not test) for the change that you requested ( to loop thru all environments, and connection names)

    That was happening because, you provided all connection names, but some of them are not present in all environments.

    Handled now, please take the updated script from github.