Skip to content

Commit

Permalink
[BXMSPROD-2209] move buildchain configuration to use rhel8 (#2496) (#…
Browse files Browse the repository at this point in the history
…2498)

Co-authored-by: Roberto Oliveira <[email protected]>
  • Loading branch information
github-actions[bot] and rgdoliveira authored Sep 2, 2024
1 parent 136792a commit 117d6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.buildchain
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Library('jenkins-pipeline-shared-libraries')_

agentLabel = "${env.ADDITIONAL_LABEL?.trim() ? ADDITIONAL_LABEL : 'kie-rhel7-pipeline && kie-mem24g'} && !built-in"
agentLabel = "${env.ADDITIONAL_LABEL?.trim() ? ADDITIONAL_LABEL : 'kie-rhel8-pipeline && kie-mem24g && !built-in'}"
additionalArtifactsToArchive = "${env.ADDITIONAL_ARTIFACTS_TO_ARCHIVE?.trim() ?: ''}"
additionalTimeout = "${env.ADDITIONAL_TIMEOUT?.trim() ?: 1200}"
additionalExcludedArtifacts = "${env.ADDITIONAL_EXCLUDED_ARTIFACTS?.trim() ?: ''}"
Expand Down

0 comments on commit 117d6f9

Please sign in to comment.