Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>cicd-templateNew to Visual Studio Code? Get it now.
cicd-template

cicd-template

oneslideicywater

|
106 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cicd-template

It's a very simple tools to generate pipeline manifests.

Features

  • manifest generate for maven project
  • manifest generate for npm project

Requirements

Generate cicd manifest

input Ctrl+Shift+P, enter easycicd. you're done, That's it!

Trigger remote build

since v3.0.0, you can trigger remote pipeline build, with some code snippet under cicd.yaml

a working example:

how to get a token? login to jenkins, Click your username at left-top, Configure -> API Token

  • cicd.yaml
easybuild: 
  jenkins:
    url: http://xxx.xxx.xxx.xxx:8080
  job: 
    name: "myapp"
  auth:
    user: "admin"
    token: ""  # your token here

after add it to cicd.yaml. Enter Ctrl+Shift+P, input easybuild. you'll trigger a job build.

腾讯企业微信通知

  • cicd.yaml
env:
  BOTHOOK: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?kexxx"

在顶级父模块添加BOTHOOK环境变量,将值更新为机器人的webhook地址。当构建完成时,即可获取机器人构建完成通知。

Extension Settings

none

Known Issues

none

Release Notes

Users appreciate release notes as you update your extension.

2.0.0

deprecate cicd-template binary, only install via vscode marketplace

1.0.1

fix Dockerfile generating error

1.0.0

Initial release of cicd-template

  • basic cicd manifest generating, maven and npm project

as cicd pipeline updating, we'll update this plugin assp.

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