Skip to content

Commit

Permalink
[8.40.x-prod] Remove fullProfile from DSL config (#5357)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Jun 27, 2023
1 parent b0730b8 commit a459c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
// As we have only Community edition
ENABLE_SONARCLOUD: EnvUtils.isDefaultEnvironment(this, jobFolder.getEnvironmentName()) && Utils.isMainBranch(this),
// Setup full build if not prod profile
BUILD_MVN_OPTS_CURRENT: "${defaultBuildMvnOptsCurrent} ${EnvUtils.hasEnvironmentId(this, jobFolder.getEnvironmentName(), 'prod') || EnvUtils.hasEnvironmentId(this, jobFolder.getEnvironmentName(), 'quarkus3') ? '' : '-Dfull'}",
BUILD_MVN_OPTS_CURRENT: defaultBuildMvnOptsCurrent,
]
], [
id: 'kogito-runtimes',
Expand Down

0 comments on commit a459c1b

Please sign in to comment.