Skip to content

Commit 72f5677

Browse files
authored
DAOS-18702 build: Simplify build stages names (#17942)
Remove minor version from build stage names. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent 0a38e91 commit 72f5677

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ pipeline {
553553
}
554554
}
555555
}
556-
stage('Build RPM on Leap 15.6') {
556+
stage('Build RPM on Leap 15') {
557557
when {
558558
beforeAgent true
559559
expression { !skipStage() }
@@ -630,7 +630,7 @@ pipeline {
630630
}
631631
}
632632
}
633-
stage('Build on EL 8.8') {
633+
stage('Build on EL 8') {
634634
when {
635635
beforeAgent true
636636
expression { !params.CI_el8_NOBUILD && !skipStage() }
@@ -706,7 +706,7 @@ pipeline {
706706
}
707707
}
708708
}
709-
stage('Build on Leap 15.6') {
709+
stage('Build on Leap 15') {
710710
when {
711711
beforeAgent true
712712
expression { !params.CI_leap15_NOBUILD && !skipStage() }

0 commit comments

Comments
 (0)