Skip to content

Commit

Permalink
Remove rcptt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Apr 29, 2024
1 parent 9d3bbfd commit 57115df
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 @@ -8,7 +8,7 @@ pipeline {
environment {
BUILD_KEY = (github.isPullRequest() ? CHANGE_TARGET : BRANCH_NAME).replaceFirst(/^v/, '')
JACOCO_VERSION = "0.8.10"
MVN_QUALITY_PROFILES = '-P core -P product -P test -P rcptt'
MVN_QUALITY_PROFILES = '-P core -P product -P test'
JACOCO_EXEC_FILE_PATH = '${WORKSPACE}/jacoco.exec'
}
stages {
Expand Down

0 comments on commit 57115df

Please sign in to comment.