Polish Jenkins.

This commit is contained in:
Greg Turnquist
2020-05-12 16:27:06 -05:00
parent d065b67c4c
commit ec0403ea53

2
Jenkinsfile vendored
View File

@@ -119,7 +119,7 @@ pipeline {
RELEASE_TYPE = 'milestone' // .RC? or .M?
if (PROJECT_VERSION.endsWith('BUILD-SNAPSHOT')) {
if (PROJECT_VERSION.endsWith('SNAPSHOT')) {
RELEASE_TYPE = 'snapshot'
} else if (PROJECT_VERSION.endsWith('RELEASE')) {
RELEASE_TYPE = 'release'