config source

This commit is contained in:
2020-05-18 19:18:02 +02:00
parent 71d4858189
commit 3766958b20
4 changed files with 61 additions and 10 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'
])
}