We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7876070 commit 0b48d62Copy full SHA for 0b48d62
Jenkinsfile.groovy
@@ -65,6 +65,7 @@ def buildBuildSteps(Map myParams) {
65
"LONG=${myParams.LONG ? 1 : 0}",
66
"TESTOPTIONS=${myParams.TESTOPTIONS}",
67
]) {
68
+ sh "make clean"
69
sh "make"
70
sh "make run-unit-tests"
71
sh "make docker-test"
0 commit comments