Skip to content

Commit

Permalink
[BXMSPROD-2209] move buildchain configuration to use rhel8
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Aug 30, 2024
1 parent 0124572 commit 50e48a6
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 50e48a6

Please sign in to comment.