Skip to content

Commit

Permalink
NO-ISSUE: fix setup-branch Jenkinsfile (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz authored Jul 17, 2024
1 parent 618455c commit 947130f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

Expand All @@ -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)}"
}

Expand Down

0 comments on commit 947130f

Please sign in to comment.