Skip to content

Commit

Permalink
[BXMSPROD-2209] move prod nightly to use rhel8 (#2493) (#2495)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Oliveira <rguimara@redhat.com>
  • Loading branch information
github-actions[bot] and rgdoliveira committed Aug 29, 2024
1 parent 1c1c4e4 commit f03da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def tagName = "nightly-${PRODUCT_VERSION}.redhat-${new Date().format('yyyyMMddHH

pipeline {
agent {
label 'kie-rhel7-pipeline && kie-mem24g && !built-in'
label 'kie-rhel8 && kie-mem24g && !built-in'
}
tools {
maven 'kie-maven-3.8.1'
Expand Down

0 comments on commit f03da9d

Please sign in to comment.