diff --git a/python/.ci/Jenkinsfile b/python/.ci/Jenkinsfile index dab2dc03..6ce57964 100644 --- a/python/.ci/Jenkinsfile +++ b/python/.ci/Jenkinsfile @@ -742,10 +742,6 @@ pipeline { } } stage('GCS TO Bigtable') { - when { - // Run this stage only if JOB_TYPE is not set to CLUSTER - expression { env.JOB_TYPE != "CLUSTER" } - } steps{ retry(count: stageRetryCount) { sh '''