filter groups

This commit is contained in:
2020-06-30 10:00:36 +02:00
parent 7939aaf3a7
commit c9e419d8e9
4 changed files with 77 additions and 18 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
VERSION = VersionNumber([
versionNumberString:
'${BUILDS_ALL_TIME}',
versionPrefix: '1.5.',
versionPrefix: '1.6.',
worstResultForIncrement: 'SUCCESS'
])
}