This commit is contained in:
Anupong Hompan 2025-10-28 00:27:55 +07:00
parent b89f8d9ea8
commit 66afb7174c

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
}
parameters {
string(name: 'GIT_URL', defaultValue: 'file:///SourceCode/repos/AS400API.git', description: 'Git repository URL to clone')
string(name: 'GIT_URL', defaultValue: 'file:///repos/AS400API.git', description: 'Git repository URL to clone')
string(name: 'GIT_BRANCH', defaultValue: 'main', description: 'Branch or ref to build')
string(name: 'AGENT_LABEL', defaultValue: 'docker', description: 'Label of the Jenkins agent that has Docker CLI access')
}