This commit is contained in:
2020-05-23 17:40:34 +02:00
parent 938c4c0383
commit b7b93c807c
2 changed files with 13 additions and 1 deletions

2
Jenkinsfile vendored
View File

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