typescript, interactive

This commit is contained in:
2020-04-15 20:21:00 +02:00
parent 93862eff16
commit bc06152359
36 changed files with 2730 additions and 654 deletions

2
Jenkinsfile vendored
View File

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