Skip to content

Commit

Permalink
Build test in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutp committed Mar 8, 2018
1 parent 8942d2e commit 29a69e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ pipeline {
timestamps {
withEnv([
"IMAGETAG=${env.GIT_COMMIT}",
"LONG=${params.LONG ? 1 : 0}",
"PUSHIMAGES=1",
]) {
sh "make"
sh "make run-unit-tests"
sh "make docker-test"
}
}
}
Expand Down

0 comments on commit 29a69e9

Please sign in to comment.