This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/main by this push:
new f557746f Fixes #300 - Remove declaration of local variable (#306)
f557746f is described below
commit f557746f5b9619aa13af822b9ede0f333e83adba
Author: Ricardo Zanini <[email protected]>
AuthorDate: Tue Nov 14 17:03:37 2023 -0300
Fixes #300 - Remove declaration of local variable (#306)
Signed-off-by: Ricardo Zanini <[email protected]>
---
.ci/jenkins/Jenkinsfile.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 2c099234..a75e6a6c 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -55,7 +55,7 @@ pipeline {
// Prepare for multiplatform build
int freePort = cloud.findFreePort()
- String localRegistryUrl =
cloud.startLocalRegistry(freePort)
+ localRegistryUrl = cloud.startLocalRegistry(freePort)
// TODO docker buildx could be preinstalled onto the
docker image
cloud.prepareForDockerMultiplatformBuild([localRegistryUrl],[cloud.getDockerIOMirrorRegistryConfig()],
false)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]