We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a38e91 commit 72f5677Copy full SHA for 72f5677
1 file changed
Jenkinsfile
@@ -553,7 +553,7 @@ pipeline {
553
}
554
555
556
- stage('Build RPM on Leap 15.6') {
+ stage('Build RPM on Leap 15') {
557
when {
558
beforeAgent true
559
expression { !skipStage() }
@@ -630,7 +630,7 @@ pipeline {
630
631
632
633
- stage('Build on EL 8.8') {
+ stage('Build on EL 8') {
634
635
636
expression { !params.CI_el8_NOBUILD && !skipStage() }
@@ -706,7 +706,7 @@ pipeline {
706
707
708
709
- stage('Build on Leap 15.6') {
+ stage('Build on Leap 15') {
710
711
712
expression { !params.CI_leap15_NOBUILD && !skipStage() }
0 commit comments