ricardozanini commented on code in PR #2928:
URL:
https://github.com/apache/incubator-kie-tools/pull/2928#discussion_r1969880706
##########
.ci/jenkins/Jenkinsfile.daily-dev-publish:
##########
@@ -130,10 +130,10 @@ pipeline {
KOGITO_MANAGEMENT_CONSOLE__name =
'incubator-kie-kogito-management-console'
KOGITO_MANAGEMENT_CONSOLE__buildTag = "${params.BRANCH_NAME}"
- KOGITO_DB_MIGRATOR_TOOL__registry = 'docker.io'
- KOGITO_DB_MIGRATOR_TOOL__account = 'apache'
- KOGITO_DB_MIGRATOR_TOOL__name = 'kogito-db-migrator-tool'
- KOGITO_DB_MIGRATOR_TOOL__buildTag = "${params.BRANCH_NAME}"
+ KIE_KOGITO_DB_MIGRATOR_TOOL__registry = 'docker.io'
+ KIE_KOGITO_DB_MIGRATOR_TOOL__account = 'apache'
+ KIE_KOGITO_DB_MIGRATOR_TOOL__name = 'kie-kogito-db-migrator-tool'
+ KIE_KOGITO_DB_MIGRATOR_TOOL__buildTag = "${params.BRANCH_NAME}"
Review Comment:
So the name of the image was incorrect after all. 🤔
##########
.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool:
##########
@@ -161,11 +161,11 @@ pipeline {
}
steps {
script {
- env.RELEASE_IMAGE_TAR_FILE =
"incubator-kie-${params.RELEASE_CANDIDATE_VERSION}-kogito-db-migrator-tool-image.tar.gz"
+ env.RELEASE_IMAGE_TAR_FILE =
"kie-${params.RELEASE_CANDIDATE_VERSION}-kogito-db-migrator-tool-image.tar.gz"
Review Comment:
@tiagobento is this correct? Is the version part of the `kie-` suffix? 🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]