split into modules

This commit is contained in:
2020-04-06 07:57:58 +02:00
parent 8f1cfc34ab
commit 8fb3ec9655
3 changed files with 2 additions and 48 deletions

2
Jenkinsfile vendored
View File

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