Skip to content

Commit ce8eaf5

Browse files
committed
Polishing.
1 parent 980f917 commit ce8eaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ pipeline {
191191
.inject(0){ first, second -> second } // find the last entry, a.k.a. the most recent staging repository id
192192

193193
sh "ci/build-and-deploy-to-maven-central.sh ${PROJECT_VERSION} ${STAGING_REPOSITORY_ID}"
194-
sh "ci/rc-close.sh ${STAGING_REPOSITORY_ID}"
194+
// sh "ci/rc-close.sh ${STAGING_REPOSITORY_ID}"
195195
// sh "ci/smoke-test-against-maven-central.sh ${PROJECT_VERSION} ${STAGING_REPOSITORY_ID}"
196-
sh "ci/rc-release.sh ${STAGING_REPOSITORY_ID}"
196+
// sh "ci/rc-release.sh ${STAGING_REPOSITORY_ID}"
197197

198198
slackSend(
199199
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',

0 commit comments

Comments
 (0)