This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit cb62445ca7ff6916e742d0ecaa1455b467957c9d Author: Rodrigo Antunes <[email protected]> AuthorDate: Wed Jul 17 16:23:35 2024 -0300 NO-ISSUE: Do not publish images reduced tags --- .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]
