Jenkinsfile
Some checks failed
SHS Gitea/libs/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2020-04-27 20:15:30 +03:00
parent cd61d10c61
commit 2c3310250a

1
Jenkinsfile vendored
View File

@@ -1,4 +1,5 @@
node {
checkout scm
def img
def def_args = "--no-cache --build-arg LIBS_BUILD_NUMBER=${env.BUILD_NUMBER} --build-arg JOBS_COUNT=4"
if (env.DOCKER_PREFIX) {