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

tiagobento pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 947130f52 NO-ISSUE: fix setup-branch Jenkinsfile (#666)
947130f52 is described below

commit 947130f52fabd63bf9dd5eb9af72ccd18035d9c2
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Jul 17 14:15:59 2024 +0200

    NO-ISSUE: fix setup-branch Jenkinsfile (#666)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .ci/jenkins/Jenkinsfile.setup-branch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.setup-branch 
b/.ci/jenkins/Jenkinsfile.setup-branch
index 87c317be5..adc36be66 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -23,6 +23,8 @@ import org.jenkinsci.plugins.workflow.libs.Library
 
 pipeline {
     agent {
+        image env.AGENT_DOCKER_BUILDER_IMAGE
+        args env.AGENT_DOCKER_BUILDER_ARGS
         label util.avoidFaultyNodes('ubuntu')
     }
 
@@ -32,7 +34,7 @@ pipeline {
     }
 
     environment {
-        CI_EMAIL_TO = credentials("${JENKINS_EMAIL_CREDS_ID}")\
+        CI_EMAIL_TO = credentials("${JENKINS_EMAIL_CREDS_ID}")
         PR_BRANCH_HASH = "${util.generateHash(10)}"
     }
 


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

Reply via email to