Skip to content

Commit

Permalink
Fix jenkins error by disable build cpp temporarily (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Jan 9, 2025
1 parent 769c1e6 commit ead4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pipeline {
}
steps {
echo 'Building and Unit Test...'
sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java,with-cpp clean install"
sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java clean install"
}
post {
always {
Expand Down

0 comments on commit ead4dfe

Please sign in to comment.