chore: 将 Jenkins 参数写入文件中

This commit is contained in:
2024-03-16 21:56:27 +08:00
parent 57e8c2e8be
commit 0d2f5f0468
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
BUILD_ID: ${BUILD_ID}
BUILD_NUMBER: ${BUILD_NUMBER}
BUILD_DISPLAY_NAME: ${BUILD_DISPLAY_NAME}
JOB_URL: ${JOB_URL}
BUILD_URL: ${BUILD_URL}
GIT_COMMIT: ${GIT_COMMIT}