This commit is contained in:
Timo Hocker 2020-05-23 17:40:34 +02:00
parent 938c4c0383
commit b7b93c807c
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# Sapphirecode Standard Changelog
## 1.1.x
Require up to date changelog file in jenkins build
## 1.0.x
Initial release
- standard files for jenkins ci
- standard scripts

2
Jenkinsfile vendored
View File

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