alefragnani / vscode-jenkins-status

Jenkins Status Extension for Visual Studio Code
MIT License
27 stars 20 forks source link

Tooltip for failed build shows "<<Invalid Address>>" #14

Closed pzelnip closed 6 years ago

pzelnip commented 6 years ago

Right now when the build is Failed, the tooltip in the status bar displays <<Invalid Address>> which is misleading as it implies a config error.

Should instead show a message indicating the build is failed.

Will create a PR with the fix momentarily