I'm using XMLSlurper to read a short xml file. For a given node I can get
its attributes using 'attributes()', and I can get the size() of that to
know how many there are. But I can't figure out how to get each
attribute's key and value.
If I know an attribute is, say "Name"="Jim", I can sa
Hello - I just started using Jenkins. I wanted to use it to do automated
builds of our Perforce depot. From everything I am reading, it seems like
Jenkins wants to make its own perforce workspace when it does syncing and
builds. I spent most of yesterday trying to get it to work with our
ex