1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Build test in build step

This commit is contained in:
Ewout Prangsma 2018-03-08 13:30:42 +01:00
parent 8942d2e2c8
commit 29a69e94bc
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -72,9 +72,12 @@ pipeline {
timestamps { timestamps {
withEnv([ withEnv([
"IMAGETAG=${env.GIT_COMMIT}", "IMAGETAG=${env.GIT_COMMIT}",
"LONG=${params.LONG ? 1 : 0}",
"PUSHIMAGES=1",
]) { ]) {
sh "make" sh "make"
sh "make run-unit-tests" sh "make run-unit-tests"
sh "make docker-test"
} }
} }
} }