Polishing.

This commit is contained in:
Greg L. Turnquist
2021-12-14 05:06:41 -06:00
parent b8e19e8b57
commit 3f5707c9e2

2
Jenkinsfile vendored
View File

@@ -188,7 +188,7 @@ pipeline {
slackSend(
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
channel: '#spring-ws',
message: "@here Spring WS ${PROJECT_VERSION} is staged on Sonatype awaiting closure and release.")
message: "Spring WS ${PROJECT_VERSION} is staged on Sonatype awaiting closure and release.")
} else {
sh "PROFILE=distribute,${RELEASE_TYPE} ci/build-and-deploy-to-artifactory.sh"
}