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 authored and JackieTien97 committed Jan 9, 2025
1 parent 537e61e commit a59df8f
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 a59df8f

Please sign in to comment.