thiagoelg commented on code in PR #2107:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2107#discussion_r1440894437


##########
.ci/jenkins/Jenkinsfile.staging-build:
##########
@@ -795,6 +801,23 @@ pipeline {
                 }
             }
         }
+
+        stage('STAGING: Push kie-sandbox-helm-chart to quay.io') {
+            when {
+                expression { !params.DRY_RUN }
+            }
+            steps {
+                dir('kie-tools') {
+                    script {
+                        helmUtils.pushChartToRegistry(
+                            
"${env.KIE_SANDBOX_HELM_CHART__registry}/${env.KIE_SANDBOX_HELM_CHART__account}",
+                            
"packages/${env.KIE_SANDBOX_HELM_CHART__name}/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",

Review Comment:
   ```suggestion
                               
"packages/kie-sandbox-helm-chart/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",
   ```
   
   The package name won't change based on the environment variable.



##########
.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-helm-chart:
##########
@@ -113,6 +118,22 @@ pipeline {
             }
         }
 
+        stage('Push kie-sandbox-helm-chart to quay.io') {
+            when {
+                expression { !params.DRY_RUN }
+            }
+            steps {
+                dir('kie-tools') {
+                    script {
+                        helmUtils.pushChartToRegistry(
+                            
"${env.KIE_SANDBOX_HELM_CHART__registry}/${env.KIE_SANDBOX_HELM_CHART__account}",
+                            
"packages/${env.KIE_SANDBOX_HELM_CHART__name}/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",

Review Comment:
   ```suggestion
                               
"packages/kie-sandbox-helm-chart/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",
   ```
   
   Same thing here.



-- 
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]

Reply via email to