error callback

This commit is contained in:
2020-05-28 09:20:53 +02:00
parent c0b1e51872
commit c18d216d2e
5 changed files with 14 additions and 3 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'
])
}