From b39735bb08f27f918a5ca1af8325694a81ea6a9c Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 4 May 2020 18:20:50 -0500 Subject: [PATCH] [nostalgia] Update Jenkinsfile to force conan remote add --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e2337a45..e3d6f0df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Environment') { steps { sh 'conan profile update settings.compiler.libcxx=libstdc++11 default' - sh 'conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan' + sh 'conan remote add -f bincrafters https://api.bintray.com/conan/bincrafters/public-conan' } } stage('Build') {