This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch kie-issues_821
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


The following commit(s) were added to refs/heads/kie-issues_821 by this push:
     new f31bffd5 Add missing method
f31bffd5 is described below

commit f31bffd5bf711414913dfeefa67b5f783dcb7df3
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jan 26 10:30:48 2024 -0300

    Add missing method
---
 .ci/jenkins/Jenkinsfile.weekly.deploy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy 
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index b62477b6..6789ebed 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -208,6 +208,10 @@ String getTempBuiltImageTag() {
     return 
"${env.localRegistryUrl}/kogito-serverless-operator:${getProjectVersion(false)}"
 }
 
+void pushFinalImage(String oldImageName, String newImageName) {
+    cloud.skopeoCopyRegistryImages(oldImageName, newImageName, 
Integer.parseInt(env.MAX_REGISTRY_RETRIES))
+}
+
 void runPythonCommand(String cmd, boolean stdout = false) {
     return sh(returnStdout: stdout, script: cmd)
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to