pip, Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -14,7 +14,9 @@ def build_docker(dist, release_dir, is_testing) {
|
||||
args += " --build-arg DOCKER_PREFIX=${env.DOCKER_PREFIX}/"
|
||||
}
|
||||
if (env.BRANCH_NAME) {
|
||||
args += " --build-arg BRANCH=${env.BRANCH_NAME}"
|
||||
if ("${env.BRANCH_NAME}" != "shstk") {
|
||||
args += " --build-arg BRANCH=${env.BRANCH_NAME}"
|
||||
}
|
||||
}
|
||||
args += " --build-arg IMAGE_FROM=${dist.docker_image}"
|
||||
args += " --build-arg LIBS_BUILD_NUMBER=${env.BUILD_NUMBER}"
|
||||
|
||||
2
pip
2
pip
Submodule pip updated: 4f934fef35...cae264a77b
Reference in New Issue
Block a user