diff --git a/cd/Jenkinsfile.rhythm b/cd/Jenkinsfile.rhythm index 598f6cf..3571e9e 100644 --- a/cd/Jenkinsfile.rhythm +++ b/cd/Jenkinsfile.rhythm @@ -85,15 +85,6 @@ pipeline { } } } - - stage('Switch Traffic and Cleanup') { - steps { - script { - FAILED_STAGE = env.STAGE_NAME - switchTrafficAndCleanup() - } - } - } } post {