add typescript plugin

This commit is contained in:
2020-04-03 18:11:21 +02:00
parent 33a2253243
commit 97c404189b
5 changed files with 1500 additions and 6 deletions

2
Jenkinsfile vendored
View File

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