filter recursive function

This commit is contained in:
2020-06-08 14:44:09 +02:00
parent 01d90058ab
commit 84ef0f7bc7
4 changed files with 158 additions and 12 deletions

2
Jenkinsfile vendored
View File

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