This commit is contained in:
2020-05-27 17:39:32 +02:00
parent 1d2137feda
commit e5cb4d3dbe
8 changed files with 305 additions and 287 deletions

2
Jenkinsfile vendored
View File

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