ricardozanini commented on code in PR #3525:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3525#discussion_r1609912168
##########
.ci/jenkins/Jenkinsfile.setup-branch:
##########
@@ -213,11 +213,11 @@ String getWorkflowCommonDeploymentRelativePath() {
String getDataIndexEphemeralImage() {
if (isMainBranch()) {
- return "${dataIndexEphemeralImageName}-nightly:latest"
+ return "${dataIndexEphemeralImageName}:main"
}
String version = getKogitoVersion()
if (version.endsWith('-SNAPSHOT')) {
- return
"${dataIndexEphemeralImageName}-nightly:${util.getMajorMinorVersion(version)}"
+ return
"${dataIndexEphemeralImageName}:${util.getMajorMinorVersion(version)}"
}
return
"${dataIndexEphemeralImageName}:${util.getMajorMinorVersion(version)}"
Review Comment:
@tiagobento I think we need another PR targeting CI changes.
--
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]