tabeyti / jenkins-jack

Jack into your Jenkins to execute Pipeline scripts, provide Pipeline step autocompletions, pull Shared Library step documenation, run console groovy scripts across multiple nodes, and more! Honestly, not that much more.
Other
97 stars 32 forks source link

Jenkins Host Connection Not Found #13

Closed esafirm closed 3 years ago

esafirm commented 4 years ago

When i tried to use Jenkins Jack: Jenkins Host Connection i got this error message

command 'extension.jenkins-jack.connections' not found

Using version 1.0.1 (VSCode ext)

tabeyti commented 4 years ago

Hey @esafirm ,

Are you sure you have the correct Jenkins connection information in your settings.json? See here for an example.

Do you also mind pasting your connection json info (minus the `password1/api token)?

eboboshka commented 4 years ago

@tabeyti I have the same problem, too. VSCode

Version: 1.40.2
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0

Ext:

Name: Jenkins Jack
Id: tabeyti.jenkins-jack
Version: 1.0.1

settings.json

    "jenkins-jack.jenkins.connections": [
        {
            "name": "localhost",
            "uri": "http://localhost:8080",
            "username": "admin",
            "password": "1b..........1d",
            "active": true
        }
    ],
eugenebnd commented 4 years ago

Same here

Version:          Code 1.42.0 
OS Version:       Windows_NT x64 6.1.7601
shane-od commented 4 years ago

Same here. Version 1.0.1 on Mac

whatarule commented 4 years ago

This worked for me.

tabeyti commented 3 years ago

Hey guys,

There was a bug where the "Jenkins Host Connection Not Found" would appear, even after updating the connection information to something valid.

If this is your issue, it's been fixed in 1.1.0.

Please let me know if this problem is still persisting.

tabeyti commented 3 years ago

Closing as this has been fixed in version 1.1.0