pip, Jenkinsfile #264

Merged
peri4 merged 1 commits from master into release 2024-11-28 13:36:21 +03:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 72c82b787c - Show all commits

4
Jenkinsfile vendored
View File

@@ -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

Submodule pip updated: 4f934fef35...cae264a77b