fix
This commit is contained in:
parent
938c4c0383
commit
b7b93c807c
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal 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
2
Jenkinsfile
vendored
@ -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'
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user