alefragnani / vscode-jenkins-status

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

[BUG] - open job url error #87

Closed justforuse closed 1 year ago

justforuse commented 1 year ago

Environment/version

Steps to reproduce

  1. when execute open job url
  2. Command 'Jenkins: Open in Browser' resulted in an error (command 'jenkins.openJobUrlToClipboard' not found)

my .jenkins file like:

{
    "url": "https://jenkins.xxxx.com/path/of/project/my-project/",
    "username": "hello@world.com",
    "password" "token_from_jenkins"
}
alefragnani commented 1 year ago

Hi @justforuse ,

My Jenkins Status extension does not have those Jenkins: Open in Browser or jenkins.openJobUrlToClipboard commands, so I suppose you are using a different extension.

Name Description
jenkins.updateStatus Jenkins: Update Status  
jenkins.openInJenkins Jenkins: Open in Jenkins  
jenkins.openInJenkinsConsoleOutput Jenkins: Open in Jenkins (Console Output)  
jenkins.whatsNew Jenkins: What's New  
jenkins._whatsNewContextMenu What's New  

I suggest you to double check which extension you are using. You probably have more than one installed, and this error comes from the other extension.

Hope this helps

justforuse commented 1 year ago

thanks, I install two jenkins extensions😅