This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 56fecee341 [10.0.x] Remove productized property from release build
command (#3127)
56fecee341 is described below
commit 56fecee3419276934ef48f249eedfc1a86173452
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Oct 3 11:11:58 2024 -0300
[10.0.x] Remove productized property from release build command (#3127)
* Add productized maven property to the optaplanner-quickstarts build
command in the release job
* Remove productized property from release build command
---------
Co-authored-by: Rodrigo Antunes <[email protected]>
---
.ci/jenkins/Jenkinsfile.deploy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index b4245b4e8a..854766ca68 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -146,9 +146,7 @@ pipeline {
if (isRelease()) {
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
- mavenCommand
- .withProfiles(['apache-release'])
- .withProperty('productized')
+ mavenCommand.withProfiles(['apache-release'])
}
configFileProvider([configFile(fileId:
env.MAVEN_SETTINGS_CONFIG_FILE_ID, variable: 'MAVEN_SETTINGS_FILE')]) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]