arangamani / jenkins_api_client

Ruby Client libraries for communicating with Jenkins Remote Access API
http://github.arangamani.net/jenkins_api_client/
MIT License
416 stars 239 forks source link

Solves bug: Jenkins error 404 msg gets lost. #293

Open victorpablosceruelo opened 4 years ago

victorpablosceruelo commented 4 years ago

Jenkins response msg is not always between html p tabs. Some other times it is between html h2 tags. The proposed modification allows to get the msg sent by Jenkins between html h2 tags when it is not able to get the message from html p tags.