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:
parent
8942d2e2c8
commit
29a69e94bc
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue