Add README and update Jenkinsfile with repository URL

This commit is contained in:
2026-04-13 23:46:48 +00:00
parent 4b4daea27a
commit d245658d29
2 changed files with 193 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
parameters {
string(name: 'IMAGE_TAG', defaultValue: 'v0.19.0', description: 'Docker image tag')
string(name: 'GIT_REPO', defaultValue: '', description: 'Git repository URL (optional, uses workspace if empty)')
string(name: 'GIT_REPO', defaultValue: 'https://sweetapi.com/biondizzle/vllm-deepseek-v32-mtp.git', description: 'Git repository URL (optional, uses workspace if empty)')
string(name: 'GIT_BRANCH', defaultValue: 'master', description: 'Git branch to build')
}