Disable all jobs on the production, since they have been moved to the
staging.

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I774c12ef0440efd112ddcb0a72e4052af53bd781
diff --git a/mbedtls-dockerfile-builder.yaml b/mbedtls-dockerfile-builder.yaml
index 6057f0a..2db4da7 100644
--- a/mbedtls-dockerfile-builder.yaml
+++ b/mbedtls-dockerfile-builder.yaml
@@ -1,7 +1,7 @@
 - job:
     concurrent: true
     description: Dockerfile building job.
-    disabled: false
+    disabled: true
     dsl: |-
       timestamps {
           stage('build-dockerfiles') {