allow custom functions in filters

This commit is contained in:
2020-07-03 14:36:39 +02:00
parent dab2b9a852
commit 0dab4976ae
4 changed files with 42 additions and 2 deletions

2
Jenkinsfile vendored
View File

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