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

tzimanyi pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new fe9b050d kie-issues#579: remove wrong argument being passed in 
KogitoJobUtils (#1092)
fe9b050d is described below

commit fe9b050d5851c23869b22a364f1115d6f34da0f0
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Sep 20 14:50:01 2023 +0200

    kie-issues#579: remove wrong argument being passed in KogitoJobUtils (#1092)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobUtils.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobUtils.groovy 
b/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobUtils.groovy
index 72ba7b3f..105d1ce3 100644
--- a/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobUtils.groovy
+++ b/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobUtils.groovy
@@ -86,7 +86,7 @@ class KogitoJobUtils {
     * Create a Quarkus update job which allow to update the quarkus version 
into current repository, via Maven or Gradle
     */
     static def createQuarkusVersionUpdateToolsJobForCurrentRepo(def script, 
def mavenUpdate = [:], def gradleUpdate = [:], def filepathReplaceRegex = [:]) {
-        return createQuarkusUpdateToolsJob(script, Utils.getRepoName(script), 
'Quarkus', mavenUpdate, gradleUpdate, filepathReplaceRegex)
+        return createQuarkusUpdateToolsJob(script, Utils.getRepoName(script), 
mavenUpdate, gradleUpdate, filepathReplaceRegex)
     }
 
     /**


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

Reply via email to