Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Easy Build Jenkins JobNew to Visual Studio Code? Get it now.
Easy Build Jenkins Job

Easy Build Jenkins Job

wingsheep

|
152 installs
| (0) | Free
Fast and convenient way to build Jenkins jobs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Easy Build Jenkins Job

Logo

Generate Jenkins configuration based on the current project and deploy with one click.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install wingsheep.easy-jenkins-build

Usage

'jenkins.buildJob' // Build jenkins job
'jenkins.killJob' // Stop build job
'jenkins.generateSetting' // Jenkins: Generate setting

Settings

{
  "jenkins.domain": "", // Custom Jenkins domain
  "jenkins.userName": "", // UserName of the Jenkins
  "jenkins.passwordKey": "JENKINS_PASSWORD", // The key for the Jenkins password in system variables
  "jenkins.jobName": "", // JobName of the Jenkins
  "jenkins.params": {}, // Params of the Jenkins
  "jenkins.isBuildCurrentBranch": true // Whether to build the current branch
}

Demo

Generate setting

https://github.com/wingsheep/vscode-jenkins/assets/26684771/58f15203-c701-42a5-9fb9-78e05b485f05

Build jenkins job && Stop build job

https://github.com/wingsheep/vscode-jenkins/assets/26684771/995e7d57-c561-4a1a-9d87-6c075577c5a2

License

MIT License © 2023 Wingsheep

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