Without the .get() the subsequent getUrl() is returning null. I have two instances of Jenkins running two different versions. The older 2.121.2 version works as is here, but the newer 2.150.1 doesn't work without this change. Not sure if the API updated recently?
Without the
.get()
the subsequentgetUrl()
is returningnull
. I have two instances of Jenkins running two different versions. The older 2.121.2 version works as is here, but the newer 2.150.1 doesn't work without this change. Not sure if the API updated recently?