allow specifying multiple fields

This commit is contained in:
2020-06-26 16:11:30 +02:00
parent 0932891b20
commit 9f41d623e4
4 changed files with 64 additions and 3 deletions

2
Jenkinsfile vendored
View File

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