invalid input message

This commit is contained in:
2020-05-27 15:11:40 +02:00
parent d3322101ab
commit 1d2137feda
5 changed files with 10 additions and 4 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'
])
}