Skip to content

Commit d05cc65

Browse files
authored
Fix jenkins error by disable build cpp temporarily (#372)
1 parent d36093d commit d05cc65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pipeline {
6666
}
6767
steps {
6868
echo 'Building and Unit Test...'
69-
sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java,with-cpp clean install"
69+
sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java clean install"
7070
}
7171
post {
7272
always {

0 commit comments

Comments
 (0)