mirror of https://gitee.com/bigwinds/arangodb
build docker image as well
This commit is contained in:
parent
81e0ca8527
commit
31bfa07a45
|
@ -569,6 +569,8 @@ def checkCommitMessages() {
|
||||||
if (env.BRANCH_NAME == "devel" || env.BRANCH_NAME == "3.2") {
|
if (env.BRANCH_NAME == "devel" || env.BRANCH_NAME == "3.2") {
|
||||||
echo "build of main branch"
|
echo "build of main branch"
|
||||||
|
|
||||||
|
useDocker = true
|
||||||
|
|
||||||
restrictions = [
|
restrictions = [
|
||||||
// OS EDITION MAINTAINER
|
// OS EDITION MAINTAINER
|
||||||
"build-linux-community-maintainer" : true,
|
"build-linux-community-maintainer" : true,
|
||||||
|
|
Loading…
Reference in New Issue