From 43d27515ae7a75742d39e68b7b1a3b3f9aad8148 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 4 Jul 2018 17:07:55 +0200
Subject: [PATCH] [Jenkins] Don't upload to Conan.

---
 Jenkinsfile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 361f6db7254..5224df282d7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -122,7 +122,6 @@ pipeline {
                   'build/DoxygenWarnings.log']], unstableTotalAll: '0'])
                 archiveArtifacts 'build/*.tar.gz,build/conaninfo.txt'
               }
-              sh 'conan upload "*" --all -r ogs --retry 3 --retry-wait 30'
             }
           }
         }
@@ -156,9 +155,6 @@ pipeline {
           }
           post {
             always { publishReports { } }
-            success {
-              sh 'conan upload "*" --all -r ogs --retry 3 --retry-wait 30'
-            }
           }
         }
         // ************************** envinf1 **********************************
@@ -275,7 +271,6 @@ pipeline {
             }
             success {
               archiveArtifacts 'build/*.zip,build/conaninfo.txt'
-              sh 'conan upload "*" --all -r ogs --retry 3 --retry-wait 30'
             }
           }
         }
@@ -318,7 +313,6 @@ pipeline {
             }
             success {
               archiveArtifacts 'build/*.tar.gz,build/*.dmg,build/conaninfo.txt'
-              sh 'conan upload "*" --all -r ogs --retry 3 --retry-wait 30'
             }
           }
         }
-- 
GitLab