Skip to content

Commit

Permalink
feat: Add Multi-Language Support to Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jan 14, 2025
1 parent 3236554 commit b0eb9bf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/jenkins/2.479.3-lts/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ additionalProperties:
labelZh: Docker二进制文件
required: true
type: text
label:
en: Docker Binary
ja: Docker バイナリ
ms: Binari Docker
pt-br: Binário Docker
ru: Исполняемый файл Docker
zh-Hant: Docker 二進制文件
zh: Docker 二进制文件
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
Expand All @@ -15,3 +23,11 @@ additionalProperties:
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
zh-Hant:
zh: 端口
8 changes: 8 additions & 0 deletions apps/jenkins/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- DevOps
shortDescZh: 开源的持续集成工具
shortDescEn: Build great things at any scale
description:
en: Build great things at any scale
ja: あらゆる規模で素晴らしいものを作りましょう
ms: Bina perkara hebat pada sebarang skala
pt-br: Construa grandes coisas em qualquer escala
ru: Стройте великие вещи в любом масштабе
zh-Hant: 在任何規模上建造偉大的事物
zh: 在任何规模上建造伟大的事物
type: tool
crossVersionUpdate: false
limit: 1
Expand Down

0 comments on commit b0eb9bf

Please sign in to comment.