Skip to content

Commit 0b48d62

Browse files
committed
Make clean first
1 parent 7876070 commit 0b48d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def buildBuildSteps(Map myParams) {
6565
"LONG=${myParams.LONG ? 1 : 0}",
6666
"TESTOPTIONS=${myParams.TESTOPTIONS}",
6767
]) {
68+
sh "make clean"
6869
sh "make"
6970
sh "make run-unit-tests"
7071
sh "make docker-test"

0 commit comments

Comments
 (0)