control-model: restructuring

This commit is contained in:
2020-06-06 15:48:43 +02:00
parent c79f71eb01
commit e6321a6d07
6 changed files with 61 additions and 33 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'
])
}