diff --git a/Jenkinsfile b/Jenkinsfile
index 575f89eb3793ed2b145c6e67f690e12f609103e0..196c381d29ee13c283463d56e4924b16d105d200 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -768,9 +768,9 @@ pipeline {
                 python ThirdParty/container-maker/ogscm/cli.py -B -C -R \
                   -j $NUM_THREADS --ogs . --pm system --cvode \
                   --cmake ' -DOGS_USE_PYTHON=ON -DOGS_BUILD_UTILS=ON'
-                python ThirdParty/container-maker/ogscm/cli.py -B -C -R \
-                  -j $NUM_THREADS --ogs . --pm system --cvode \
-                  --ompi 4.0.1
+                # python ThirdParty/container-maker/ogscm/cli.py -B -C -R \
+                #   -j $NUM_THREADS --ogs . --pm system --cvode \
+                #   --ompi 4.0.1
               '''.stripIndent()
             }
           }