We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f917 commit ce8eaf5Copy full SHA for ce8eaf5
Jenkinsfile
@@ -191,9 +191,9 @@ pipeline {
191
.inject(0){ first, second -> second } // find the last entry, a.k.a. the most recent staging repository id
192
193
sh "ci/build-and-deploy-to-maven-central.sh ${PROJECT_VERSION} ${STAGING_REPOSITORY_ID}"
194
- sh "ci/rc-close.sh ${STAGING_REPOSITORY_ID}"
+// sh "ci/rc-close.sh ${STAGING_REPOSITORY_ID}"
195
// sh "ci/smoke-test-against-maven-central.sh ${PROJECT_VERSION} ${STAGING_REPOSITORY_ID}"
196
- sh "ci/rc-release.sh ${STAGING_REPOSITORY_ID}"
+// sh "ci/rc-release.sh ${STAGING_REPOSITORY_ID}"
197
198
slackSend(
199
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
0 commit comments