Skip to content
Snippets Groups Projects
Commit 5db6febd authored by Mike Marchetti's avatar Mike Marchetti
Browse files

use correct location for make invocation


Change-Id: I6e26db36eb8719b8698ad6724ca22f140634069b
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent b215152e
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ node("${params.NODE}") {
error = null
if ( params.DO_BUILD ) {
stage("Build") {
sh "make clean"
sh "make -C docker clean"
sh "make -j4 -C docker CMD_DOCKER_ARGS= TAG=${container_name} RELEASE=${params.RELEASE} REPOSITORY_BASE=${repo_base_url} REPOSITORY_KEY=${params.REPO_KEY_NAME} REPOSITORY=${params.REPO_DISTRO}"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment