search index function

This commit is contained in:
Timo Hocker
2020-06-29 13:08:23 +02:00
parent 556645844d
commit 64f273a6ae
4 changed files with 130 additions and 23 deletions

2
Jenkinsfile vendored
View File

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