From ce8eaf5729648dff1892781b7e9de20fbab6f616 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 23 Oct 2023 14:06:02 -0500 Subject: [PATCH] Polishing. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d70d312c..8b7b6e23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -191,9 +191,9 @@ pipeline { .inject(0){ first, second -> second } // find the last entry, a.k.a. the most recent staging repository id sh "ci/build-and-deploy-to-maven-central.sh ${PROJECT_VERSION} ${STAGING_REPOSITORY_ID}" - sh "ci/rc-close.sh ${STAGING_REPOSITORY_ID}" +// sh "ci/rc-close.sh ${STAGING_REPOSITORY_ID}" // sh "ci/smoke-test-against-maven-central.sh ${PROJECT_VERSION} ${STAGING_REPOSITORY_ID}" - sh "ci/rc-release.sh ${STAGING_REPOSITORY_ID}" +// sh "ci/rc-release.sh ${STAGING_REPOSITORY_ID}" slackSend( color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',