From d4ca98a87b693c50a51653d92fa9017de03c8d2b Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Tue, 18 Apr 2023 14:46:10 -0500 Subject: [PATCH] Polishing. Having verified the latest variant of Spring Data Release, including smoke tests, there is no need to keep the commented-out sections about the prior smoke tests/conclude steps in Jenkinsfile. --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c4780f..00d5855 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,19 +62,7 @@ pipeline { steps { script { sh "ci/build-spring-data-release-cli.bash" - // sh "ci/prepare-and-build.bash ${p['release.version']}" - /*slackSend( - color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger', - channel: '#spring-data-dev', - message: (currentBuild.currentResult == 'SUCCESS') - ? "`${env.BUILD_URL}` - Build and deploy passed! Conduct smoke tests then report back here." - : "`${env.BUILD_URL}` - Push and distribute failed!") - - input("SMOKE TEST: Did the smoke tests for ${p['release.version']} pass? Accept to conclude and distribute the release.") - */ - - // sh "ci/conclude.bash ${p['release.version']}" sh "ci/build-and-distribute.bash ${p['release.version']}" slackSend(