Skip to content

Commit c480868

Browse files
committed
Do not change versions for 2.6 builds
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent a618595 commit c480868

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
@@ -3,7 +3,7 @@
33
/* groovylint-disable DuplicateMapLiteral, DuplicateNumberLiteral */
44
/* groovylint-disable DuplicateStringLiteral, NestedBlockDepth, VariableName */
55
/* Copyright 2019-2024 Intel Corporation
6-
* Copyright 2025 Hewlett Packard Enterprise Development LP
6+
* Copyright 2025-2026 Hewlett Packard Enterprise Development LP
77
* All rights reserved.
88
*
99
* This file is part of the DAOS Project. It is subject to the license terms
@@ -704,7 +704,7 @@ pipeline {
704704
}
705705
}
706706
}
707-
stage('Build on Leap 15.6') {
707+
stage('Build on Leap 15.5') {
708708
when {
709709
beforeAgent true
710710
expression { !params.CI_leap15_NOBUILD && !skipStage() }
@@ -717,7 +717,7 @@ pipeline {
717717
parallel_build: true,
718718
deps_build: true) +
719719
" -t ${sanitized_JOB_NAME()}-leap15-gcc" +
720-
' --build-arg POINT_RELEASE=.6 '
720+
' --build-arg POINT_RELEASE=.5 '
721721

722722
}
723723
}

0 commit comments

Comments
 (0)