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 d36093d commit d05cc65Copy full SHA for d05cc65
1 file changed
Jenkinsfile
@@ -66,7 +66,7 @@ pipeline {
66
}
67
steps {
68
echo 'Building and Unit Test...'
69
- sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java,with-cpp clean install"
+ sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java clean install"
70
71
post {
72
always {
0 commit comments