changelog, config inheritance

This commit is contained in:
2020-05-27 09:55:52 +02:00
parent 3b140a4b11
commit d3322101ab
6 changed files with 77 additions and 14 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'
])
}