We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10c8b2 commit e423646Copy full SHA for e423646
1 file changed
Jenkinsfile
@@ -741,7 +741,7 @@ pipeline {
741
}
742
743
744
- stage('Build on Leap 15.6 with Intel-C and TARGET_PREFIX') {
+ stage('Build on Leap 15.5 with Intel-C and TARGET_PREFIX') {
745
when {
746
beforeAgent true
747
expression { !params.CI_leap15_NOBUILD && !skipStage() }
@@ -755,7 +755,7 @@ pipeline {
755
deps_build: true) +
756
" -t ${sanitized_JOB_NAME()}-leap15" +
757
' --build-arg COMPILER=icc' +
758
- ' --build-arg POINT_RELEASE=.6 '
+ ' --build-arg POINT_RELEASE=.5 '
759
760
761
0 commit comments