This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new c04da207 Do not publish images reduced tags (#1780)
c04da207 is described below
commit c04da2071857523563fd9326a2c516b527197186
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Jul 17 16:23:35 2024 -0300
Do not publish images reduced tags (#1780)
---
.ci/jenkins/Jenkinsfile.build-image | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.build-image
b/.ci/jenkins/Jenkinsfile.build-image
index eef73851..5782b0cf 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -153,12 +153,6 @@ pipeline {
latestTag =
getTriggeringProjectName().contains('weekly') ? 'weekly-latest' : 'latest'
cloud.skopeoCopyRegistryImages(imageTag,
getBuiltImageTag(latestTag), retries)
}
- try {
- String reducedTag =
cloud.getReducedTag(getDeployImageTag())
- cloud.skopeoCopyRegistryImages(imageTag,
getBuiltImageTag(reducedTag), retries)
- } catch (err) {
- echo "Reduced tag cannot be applied: ${err}"
- }
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]