Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GebNew to Visual Studio Code? Get it now.
Geb

Geb

kmilobnc

|
10 installs
| (9) | Free
VS Code client for Geb: login, submit YAML, and logs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Geb VS Code Extension

Internal extension to authenticate with a Geb master, submit YAML jobs, validate YAML, and read logs from the sidebar.

Features

  • Login to a Geb master and store the token securely in VS Code SecretStorage.
  • Submit job YAML directly from the editor.
  • Validate job YAML before submitting.
  • Fetch and tail job logs from the sidebar.

Requirements

  • Access to a running Geb master (default: http://192.168.100.66:8080).
  • Valid Geb user credentials.

Quick Start

  1. Open the Geb sidebar panel.
  2. Set the master URL (or use the default).
  3. Click Login and enter your credentials.
  4. Open a YAML job file and click Validate (optional).
  5. Click Submit to send the job.
  6. Use Fetch Logs or Tail Logs to view output.

Configuration

  • geb.masterUrl: Base URL for the Geb master.
  • The auth token is stored in VS Code SecretStorage.

Used Endpoints

  • POST /auth/login
  • POST /jobs/submit-yaml
  • POST /jobs/validate-yaml
  • GET /jobs/:id/log

License

See LICENSE.md.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft