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

crumbIssuer.get: not found #45

Open GoaMind opened 3 years ago

GoaMind commented 3 years ago

Environment

Problem description

Trying to run: ctrl + Shift Pipeline: execute jenkins: job.config: jenkins: crumbIssuer.get: not found

VSCode Jenkins Jack view

JENKINS HOST CONNECTIONS

PIPELINES

JOBS

NODES

P.s. i have tested Jenkins Jack with Jenkins 2.1.38.2 in May 2020 and Pipeline execution worked fine.

GoaMind commented 3 years ago

Looks like problem solved with:

        // (Optional) Flag to disable CSRF protection for older Jenkins' (default is true)
        "crumbIssuer": false

Small proposal: include this option in README.md as well, as it is currently available only in TUTORIAL.md