Skip to content

Commit

Permalink
Remove Release+PRERELEASE build type.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Sep 24, 2024
1 parent bbb17be commit da9df38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pipeline {
axes {
axis {
name 'BUILD_TYPE'
values 'sanitize', 'release', 'debug', 'test'
values 'sanitize', 'release', 'debug'
}
axis {
name 'COVERAGE'
Expand All @@ -77,7 +77,7 @@ pipeline {
exclude {
axis {
name 'BUILD_TYPE'
values 'sanitize', 'test', 'release'
values 'sanitize', 'release'
}
axis {
name 'COVERAGE'
Expand Down

0 comments on commit da9df38

Please sign in to comment.