complete feature

This commit is contained in:
2020-06-27 19:50:34 +02:00
parent 336edb84b1
commit 214b113865
7 changed files with 42 additions and 3 deletions

2
Jenkinsfile vendored
View File

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