build: 修改 jenkins 环境变量
This commit is contained in:
@@ -7,6 +7,17 @@ author: MiniDay
|
|||||||
website: https://git.airgame.net/MiniDay/hamster-core
|
website: https://git.airgame.net/MiniDay/hamster-core
|
||||||
description: 仓鼠核心:叁只仓鼠的 Minecraft 插件开发通用工具包
|
description: 仓鼠核心:叁只仓鼠的 Minecraft 插件开发通用工具包
|
||||||
|
|
||||||
|
jenkins:
|
||||||
|
CHANGE_ID: ${CHANGE_ID}
|
||||||
|
CHANGE_URL: ${CHANGE_URL}
|
||||||
|
CHANGE_TITLE: ${CHANGE_TITLE}
|
||||||
|
BUILD_NUMBER: ${BUILD_NUMBER}
|
||||||
|
BUILD_ID: ${BUILD_ID}
|
||||||
|
BUILD_DISPLAY_NAME: ${BUILD_DISPLAY_NAME}
|
||||||
|
BUILD_URL: ${BUILD_URL}
|
||||||
|
JOB_URL: ${JOB_URL}
|
||||||
|
GIT_COMMIT: ${GIT_COMMIT}
|
||||||
|
|
||||||
load: STARTUP
|
load: STARTUP
|
||||||
|
|
||||||
softdepend:
|
softdepend:
|
||||||
|
@@ -4,3 +4,14 @@ version: ${version}
|
|||||||
|
|
||||||
author: MiniDay
|
author: MiniDay
|
||||||
description: 仓鼠核心:叁只仓鼠的 Minecraft 插件开发通用工具包
|
description: 仓鼠核心:叁只仓鼠的 Minecraft 插件开发通用工具包
|
||||||
|
|
||||||
|
jenkins:
|
||||||
|
CHANGE_ID: ${CHANGE_ID}
|
||||||
|
CHANGE_URL: ${CHANGE_URL}
|
||||||
|
CHANGE_TITLE: ${CHANGE_TITLE}
|
||||||
|
BUILD_NUMBER: ${BUILD_NUMBER}
|
||||||
|
BUILD_ID: ${BUILD_ID}
|
||||||
|
BUILD_DISPLAY_NAME: ${BUILD_DISPLAY_NAME}
|
||||||
|
BUILD_URL: ${BUILD_URL}
|
||||||
|
JOB_URL: ${JOB_URL}
|
||||||
|
GIT_COMMIT: ${GIT_COMMIT}
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("com.google.code.gson:gson:2.8.0")
|
compileOnly("com.google.code.gson:gson:2.8.0")
|
||||||
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
|
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
|
||||||
compileOnly("org.yaml:snakeyaml:1.19")
|
compileOnly("org.yaml:snakeyaml:1.30")
|
||||||
|
|
||||||
implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") }
|
implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") }
|
||||||
implementation("net.kyori:adventure-text-serializer-gson:4.13.1") {
|
implementation("net.kyori:adventure-text-serializer-gson:4.13.1") {
|
||||||
|
Reference in New Issue
Block a user